diff options
Diffstat (limited to 'lang/oo2c/files/patch-and')
-rw-r--r-- | lang/oo2c/files/patch-and | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/oo2c/files/patch-and b/lang/oo2c/files/patch-and new file mode 100644 index 0000000..05700fd --- /dev/null +++ b/lang/oo2c/files/patch-and @@ -0,0 +1,8 @@ +--- src/frontend/Scanner.Mod.orig Tue Oct 19 20:41:03 1999 ++++ src/frontend/Scanner.Mod Wed Oct 27 00:36:47 1999 +@@ -1335,4 +1335,5 @@ + kwStr[i, 0, 0] := 0X; kwStr[i, 1, 0] := 0X + END; ++ KW ("AND", and); + KW ("ARRAY", array); KW ("BEGIN", begin); KW ("BY", by); KW ("CASE", case); + KW ("CONST", const); KW ("DIV", div); KW ("DO", do); KW ("ELSE", else); |