Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12734/compiler/include

Modified Files:
        pathfinder.h 
Log Message:
More #if -> #ifdef for FreeBSD

Index: pathfinder.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/pathfinder.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- pathfinder.h        1 Nov 2007 00:18:20 -0000       1.52
+++ pathfinder.h        11 Dec 2007 13:15:01 -0000      1.53
@@ -37,7 +37,7 @@
 #include <pf_config.h>
 
 /* AIX requires this to be the first thing in the file.  */
-#if HAVE_ALLOCA_H
+#ifdef HAVE_ALLOCA_H
 #  include <alloca.h>
 #else
 #  ifdef _AIX


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to