Update of /cvsroot/monetdb/buildtools/burg
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24415

Modified Files:
        b.h 
Log Message:
Include stdlib.h *before* we use size_t.


Index: b.h
===================================================================
RCS file: /cvsroot/monetdb/buildtools/burg/b.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- b.h 31 Aug 2007 14:22:16 -0000      1.6
+++ b.h 5 Sep 2007 21:08:15 -0000       1.7
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+#include <stdlib.h>
+
 #define MAX_ARITY      2
 
 typedef int ItemSetNum;
@@ -308,5 +310,3 @@
 extern int fatal ARGS((char *, int));
 extern void yyerror ARGS((char *));
 extern void yyerror1 ARGS((char *));
-
-#include <stdlib.h>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to