Changeset: 2ccf45a1093f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2ccf45a1093f
Modified Files:
        gdk/gdk.h
Branch: qcancel
Log Message:

Don't redefine types.


diffs (12 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -450,7 +450,7 @@ typedef bool msk;
 typedef int8_t bit;
 typedef int8_t bte;
 typedef int16_t sht;
-typedef int64_t lng;
+/* typedef int64_t lng; -- defined in gdk_system.h */
 typedef uint64_t ulng;
 
 #define SIZEOF_OID     SIZEOF_SIZE_T
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to