Changeset: ee97eb8e4fd4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee97eb8e4fd4
Modified Files:
        gdk/gdk.h
        gdk/gdk_atoms.h
Branch: linear-hashing
Log Message:

Move define to other file.


diffs (23 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -463,7 +463,6 @@
 #define FALSE          false
 #endif
 
-#define IDLENGTH       64      /* maximum BAT id length */
 #define BATMARGIN      1.2     /* extra free margin for new heaps */
 #define BATTINY_BITS   8
 #define BATTINY                ((BUN)1<<BATTINY_BITS)  /* minimum allocation 
buncnt for a BAT */
diff --git a/gdk/gdk_atoms.h b/gdk/gdk_atoms.h
--- a/gdk/gdk_atoms.h
+++ b/gdk/gdk_atoms.h
@@ -30,6 +30,8 @@
  * argument.
  */
 
+#define IDLENGTH       64      /* maximum BAT id length */
+
 typedef struct {
        /* simple attributes */
        char name[IDLENGTH];
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to