summaryrefslogtreecommitdiff
blob: fec0356d508a5336ee7d26bea93635c9686755fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ur re2c-0.9.11-orig/re.h re2c-0.9.11/re.h
--- re2c-0.9.11-orig/re.h	2006-04-14 00:50:51.000000000 -0400
+++ re2c-0.9.11/re.h	2006-04-14 00:52:51.000000000 -0400
@@ -164,6 +164,9 @@
 	}
 };
 
+//Forward decl
+RegExp *mkAlt(RegExp*, RegExp*);
+
 class AltOp: public RegExp
 {