Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27437/modules/pftijah

Modified Files:
        nexi.l 
Log Message:
propagated changes of Monday Aug 03 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/03 - sjoerd: modules/pftijah/nexi.l,1.18.2.1
Include stdlib.h for malloc (per the standard) and not malloc.h (which does not 
exist everywhere).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: nexi.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/nexi.l,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- nexi.l      22 Jul 2009 07:40:17 -0000      1.18
+++ nexi.l      3 Aug 2009 15:51:04 -0000       1.19
@@ -39,9 +39,7 @@
 #include <string.h>
 #include "nexi.h"
 #include "nexi.tab.h"
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#include <stdlib.h>
 
 int c;
 extern YYSTYPE nexilval;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to