summaryrefslogtreecommitdiff
path: root/devel/icmake/files/patch-comp-lexer.c
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-03-09 16:15:06 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-03-09 16:15:06 +0000
commit9b9d65f6afbca20ebfaa157fe594a77f6ffc0c26 (patch)
treeaab7260aae9fd1c4971908f628d02b9c687f9fdf /devel/icmake/files/patch-comp-lexer.c
parent- Switch to USE_TK= 84+ (diff)
Icmake is a hybrid between a 'make' utility and a 'shell script'
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
Notes
Notes: svn path=/head/; revision=229758
Diffstat (limited to 'devel/icmake/files/patch-comp-lexer.c')
-rw-r--r--devel/icmake/files/patch-comp-lexer.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/icmake/files/patch-comp-lexer.c b/devel/icmake/files/patch-comp-lexer.c
new file mode 100644
index 000000000000..8b00ed8b89ed
--- /dev/null
+++ b/devel/icmake/files/patch-comp-lexer.c
@@ -0,0 +1,10 @@
+--- 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 */