Changeset: 369fdcc59f8b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=369fdcc59f8b
Modified Files:
gdk/gdk_atoms.h
Branch: default
Log Message:
Change declaration. It helps gdb.
diffs (23 lines):
diff --git a/gdk/gdk_atoms.h b/gdk/gdk_atoms.h
--- a/gdk/gdk_atoms.h
+++ b/gdk/gdk_atoms.h
@@ -60,7 +60,9 @@ typedef struct {
void (*atomHeap) (Heap *, size_t);
} atomDesc;
-gdk_export atomDesc BATatoms[];
+#define MAXATOMS 128
+
+gdk_export atomDesc BATatoms[MAXATOMS];
gdk_export int GDKatomcnt;
gdk_export int ATOMallocate(const char *nme);
@@ -75,8 +77,6 @@ gdk_export char *ATOMformat(int id, cons
gdk_export void *ATOMdup(int id, const void *val);
-#define MAXATOMS 128
-
/*
* @- maximum atomic string lengths
*/
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list