You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
532 B

Index: comp/lexer.c
--- comp/lexer.c.orig 2007-11-02 10:58:59 +0100
+++ comp/lexer.c 2009-04-05 10:15:27 +0200
@@ -2,7 +2,6 @@
#line 4 "lexer.c"
-#define __STDC_VERSION__ 199901L
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
@@ -18,10 +17,10 @@
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <stdlib.h>
/* end standard C headers. */