Changeset: 6ca66ec02289 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6ca66ec02289
Modified Files:
        gdk/gdk_private.h
Branch: Oct2014
Log Message:

Keep sorted.


diffs (29 lines):

diff --git a/gdk/gdk_private.h b/gdk/gdk_private.h
--- a/gdk/gdk_private.h
+++ b/gdk/gdk_private.h
@@ -162,6 +162,12 @@ int HEAPwarm(Heap *h)
        __attribute__((__visibility__("hidden")));
 void IMPSdestroy(BAT *b)
        __attribute__((__visibility__("hidden")));
+int IMPSgetbin(int tpe, bte bits, char *bins, const void *v)
+       __attribute__((__visibility__("hidden")));
+#ifndef NDEBUG
+void IMPSprint(BAT *b)
+       __attribute__((__visibility__("hidden")));
+#endif
 oid MAXoid(BAT *i)
        __attribute__((__visibility__("hidden")));
 void MT_global_exit(int status)
@@ -193,12 +199,6 @@ void VIEWdestroy(BAT *b)
        __attribute__((__visibility__("hidden")));
 BAT *VIEWreset(BAT *b)
        __attribute__((__visibility__("hidden")));
-int IMPSgetbin(int tpe, bte bits, char *bins, const void *v)
-       __attribute__((__visibility__("hidden")));
-#ifndef NDEBUG
-void IMPSprint(BAT *b)
-       __attribute__((__visibility__("hidden")));
-#endif
 
 #define BBP_BATMASK    511
 #define BBP_THREADMASK 63
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to