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

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

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


Index: nexi.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/nexi.y,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- nexi.y      3 Aug 2009 14:02:09 -0000       1.15
+++ nexi.y      3 Aug 2009 15:51:08 -0000       1.16
@@ -34,7 +34,7 @@
 
 #include <stdio.h>
 #include "nexi.h"
-#include <malloc.h>
+#include <stdlib.h>
 
 /* tell bison which malloc/free to use (needed for bison 2.4.1 on Windows) */
 #define YYMALLOC malloc


------------------------------------------------------------------------------
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