|
|
@@ -1,6 +1,6 @@
|
|
|
Index: config/gen/icu.pl
|
|
|
---- config/gen/icu.pl.orig 2005-04-26 09:23:55 +0200
|
|
|
-+++ config/gen/icu.pl 2005-05-15 19:22:35 +0200
|
|
|
+--- config/gen/icu.pl.orig 2005-05-13 22:49:11 +0200
|
|
|
++++ config/gen/icu.pl 2005-07-03 20:13:35 +0200
|
|
|
@@ -67,7 +67,7 @@
|
|
|
if (defined $icuheaders) {
|
|
|
chomp $icuheaders;
|
|
|
@@ -11,8 +11,8 @@ Index: config/gen/icu.pl
|
|
|
}
|
|
|
|
|
|
Index: config/gen/makefiles/CFLAGS.in
|
|
|
---- config/gen/makefiles/CFLAGS.in.orig 2005-04-11 11:50:01 +0200
|
|
|
-+++ config/gen/makefiles/CFLAGS.in 2005-05-15 19:20:41 +0200
|
|
|
+--- config/gen/makefiles/CFLAGS.in.orig 2005-06-15 10:00:09 +0200
|
|
|
++++ config/gen/makefiles/CFLAGS.in 2005-07-03 20:13:35 +0200
|
|
|
@@ -5,6 +5,8 @@
|
|
|
#
|
|
|
# Note, empty regex/options are just ignored.
|
|
|
@@ -22,3 +22,14 @@ Index: config/gen/makefiles/CFLAGS.in
|
|
|
src/spf_render.c -{-Wformat-nonliteral} # noisy
|
|
|
src/tsq.c -{${optimize}} # never optimize tsq.c!
|
|
|
ops/core_ops_cg.c -{${optimize}} # takes too long
|
|
|
+Index: imcc/imcc.l
|
|
|
+--- imcc/imcc.l.orig 2005-06-15 21:43:08 +0200
|
|
|
++++ imcc/imcc.l 2005-07-03 20:16:46 +0200
|
|
|
+@@ -80,6 +80,7 @@
|
|
|
+
|
|
|
+ %option never-interactive
|
|
|
+ %option stack
|
|
|
++%option array
|
|
|
+
|
|
|
+ LETTER [a-zA-Z_@]
|
|
|
+ DIGIT [0-9]
|