]> git.saurik.com Git - bison.git/blobdiff - src/files.c
Defined locations of parser files in config.h instead of Makefile.
[bison.git] / src / files.c
index 348900fe54d414a76aa39a628d9495ca64c6cf28..f227685eb15bacaaf3f212d0ea82dcc3a44a2d48 100644 (file)
@@ -19,6 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
+#include "system.h"
+
 #if defined (VMS) & !defined (__VMS_POSIX)
 #include <ssdef.h>
 #define unlink delete
@@ -40,7 +42,6 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #include <stdio.h>
-#include "system.h"
 #include "files.h"
 #include "alloc.h"
 #include "gram.h"