Changeset: ab5a6d63bc78 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab5a6d63bc78
Modified Files:
        monetdb5/modules/mal/xid.c
        monetdb5/modules/mal/xid.h
Branch: xid
Log Message:

xid: monetdb_config.h must be first include in .c file


diffs (27 lines):

diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c
--- a/monetdb5/modules/mal/xid.c
+++ b/monetdb5/modules/mal/xid.c
@@ -20,6 +20,9 @@
  * author Martin Kersten
  * Light-weight compress oid columns to reduce temporary storage footprint.
 */
+
+#include "monetdb_config.h"
+
 #include "xid.h"
 
 #define XIDBASE  0
diff --git a/monetdb5/modules/mal/xid.h b/monetdb5/modules/mal/xid.h
--- a/monetdb5/modules/mal/xid.h
+++ b/monetdb5/modules/mal/xid.h
@@ -16,9 +16,9 @@
  *Copyright August 2008-2012 MonetDB B.V.
  *All Rights Reserved.
 */
+
 #ifndef _XIDLIST_H
 #define _XIDLIST_H
-#include "monetdb_config.h"
 #include "mal_exception.h"
 #include "mal_interpreter.h"
 
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to