summaryrefslogtreecommitdiff
path: root/devel/re2c/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/re2c/files/patch-aa')
-rw-r--r--devel/re2c/files/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/re2c/files/patch-aa b/devel/re2c/files/patch-aa
deleted file mode 100644
index 338eec106e93..000000000000
--- a/devel/re2c/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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;