diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-16 17:41:25 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-05-16 17:41:25 +0000 |
commit | a070b1eb31cc709a88890332509e5c4db3d02f46 (patch) | |
tree | 5132f9dd81850f443de1532d60f2add27773d549 /devel/re2c/files | |
parent | 7974511db03fa6d6351d5d12dfc5d6ab15cca5fa (diff) |
Notes
Diffstat (limited to 'devel/re2c/files')
-rw-r--r-- | devel/re2c/files/patch-aa | 13 | ||||
-rw-r--r-- | devel/re2c/files/patch-ab | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/devel/re2c/files/patch-aa b/devel/re2c/files/patch-aa new file mode 100644 index 000000000000..338eec106e93 --- /dev/null +++ b/devel/re2c/files/patch-aa @@ -0,0 +1,13 @@ +--- basics.h.orig Thu May 14 16:35:56 1998 ++++ basics.h Thu May 14 16:36:18 1998 +@@ -6,10 +6,6 @@ + //Initial revision + // + +-typedef unsigned int bool; +-const bool true = (0 == 0); +-const bool false = (!true); +- + typedef unsigned int uint; + typedef unsigned char uchar, byte; + typedef unsigned short ushort, word; diff --git a/devel/re2c/files/patch-ab b/devel/re2c/files/patch-ab new file mode 100644 index 000000000000..3aa754bd7c06 --- /dev/null +++ b/devel/re2c/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Thu May 14 16:36:54 1998 ++++ Makefile Thu May 14 16:37:14 1998 +@@ -15,7 +15,7 @@ + OBJS = code.o dfa.o main.o parser.o actions.o scanner.o substr.o\ + translate.o + +-CC = gcc ++CC = c++ + CFLAGS = -O2 -Wall -I. + YFLAGS = -d + LDFLAGS = |