rev 163 - in trunk: . src
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-03-27 17:13:09 -0500 (Sat, 27 Mar 2004) New Revision: 163 Modified: trunk/ trunk/src/sys.c Log: moved config.h to non-win32 ifdef, win32 now compiles Property changes on: trunk ___________________________________________________________________ Name: svn:ignore - config.log config.cache config.status Makefile prothon.ncb prothon.sln prothon.suo bison_prothon.bat.lnk apr Rules.mk libtool + config.log config.cache config.status Makefile prothon.ncb prothon.sln prothon.suo bison_prothon.bat.lnk apr Rules.mk libtool Shortcut to rel.bat.lnk Modified: trunk/src/sys.c =================================================================== --- trunk/src/sys.c 2004-03-27 21:56:00 UTC (rev 162) +++ trunk/src/sys.c 2004-03-27 22:13:09 UTC (rev 163) @@ -53,7 +53,6 @@ // sys.c -#include <config.h> #include <stdlib.h> #include <stdio.h> @@ -63,6 +62,7 @@ #endif #ifndef WIN32 +#include <config.h> #include <unistd.h> #include <limits.h> #include <stdint.h>