summaryrefslogtreecommitdiffstats
path: root/devel/re2c/files/patch-ad
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-02-12 19:17:21 +0000
committerimura <imura@FreeBSD.org>2000-02-12 19:17:21 +0000
commit318bc214b1835902ce8aa368c827056c14d9b2dc (patch)
tree43165bf8162c0cb80f0bb470b8fcefaa97741a7a /devel/re2c/files/patch-ad
parent40c1ad8fa8bb7785d6aafcd07873285409e2db55 (diff)
downloadFreeBSD-ports-318bc214b1835902ce8aa368c827056c14d9b2dc.zip
FreeBSD-ports-318bc214b1835902ce8aa368c827056c14d9b2dc.tar.gz
Fix new compiler error in -current.
Submitted by: Alexander Langer <alex@big.endian.de> All no response from: maintainer
Diffstat (limited to 'devel/re2c/files/patch-ad')
-rw-r--r--devel/re2c/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/re2c/files/patch-ad b/devel/re2c/files/patch-ad
new file mode 100644
index 0000000..38d2b12
--- /dev/null
+++ b/devel/re2c/files/patch-ad
@@ -0,0 +1,13 @@
+--- 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];
+ }
OpenPOWER on IntegriCloud