summaryrefslogtreecommitdiff
path: root/devel/re2c/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'devel/re2c/files/patch-ad')
-rw-r--r--devel/re2c/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/re2c/files/patch-ad b/devel/re2c/files/patch-ad
deleted file mode 100644
index 38d2b12c5ab8..000000000000
--- a/devel/re2c/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- actions.cc.old Fri Feb 4 15:23:32 2000
-+++ actions.cc Fri Feb 4 15:24:14 2000
-@@ -460,8 +460,9 @@
-
- void genCode(ostream& o, RegExp *re){
- CharSet cs;
-+ uint j;
- memset(&cs, 0, sizeof(cs));
-- for(uint j = 0; j < nChars; ++j){
-+ for(j = 0; j < nChars; ++j){
- cs.rep[j] = &cs.ptn[0];
- cs.ptn[j].nxt = &cs.ptn[j+1];
- }