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

Modified Files:
      Tag: Aug2009
        tjc_parse.y tjc_scan.l 
Log Message:
Include stdlib.h for malloc (per the standard) and not malloc.h (which does not 
exist everywhere).

U tjc_parse.y
Index: tjc_parse.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_parse.y,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- tjc_parse.y 3 Aug 2009 08:39:10 -0000       1.12
+++ tjc_parse.y 3 Aug 2009 15:46:04 -0000       1.12.2.1
@@ -35,9 +35,7 @@
 
 #include <pf_config.h>
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#include <stdlib.h>
 
 #include <gdk.h>
 

U tjc_scan.l
Index: tjc_scan.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_scan.l,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- tjc_scan.l  22 Jul 2009 07:40:25 -0000      1.9
+++ tjc_scan.l  3 Aug 2009 15:46:04 -0000       1.9.2.1
@@ -35,10 +35,6 @@
 %{
 #include <pf_config.h>
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 #include <stdlib.h>
 
 #include "tjc_abssyn.h"


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