9b9d65f6af
language. Originally, it was concocted to provide a useful tool for automatic program maintenance and system administrative tasks on MS-DOS platforms. Later on, Icmake was eventually ported to Unix platforms (SCO and Linux). By now Icmake also runs on a HP-Unix platform. Approved by: tabthorpe
10 lines
264 B
C
10 lines
264 B
C
--- comp/lexer.c.orig 2007-11-02 10:58:59.000000000 +0100
|
|
+++ comp/lexer.c 2009-03-03 23:33:08.000000000 +0100
|
|
@@ -2,7 +2,6 @@
|
|
|
|
#line 4 "lexer.c"
|
|
|
|
-#define __STDC_VERSION__ 199901L
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|