]> granicus.if.org Git - re2c/commitdiff
- Some compilers need a forward declaration so that the friend clause works
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 10 Jul 2007 19:21:49 +0000 (19:21 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 10 Jul 2007 19:21:49 +0000 (19:21 +0000)
re2c/re.h

index d303bb69050c286543e0dbc0f1a2e2b5b0ff6d79..5908be376944594b4eb2f5b3ead72387a6fa2097 100644 (file)
--- a/re2c/re.h
+++ b/re2c/re.h
@@ -303,6 +303,8 @@ public:
        const RuleOp& op;
 };
 
+RegExp *mkAlt(RegExp*, RegExp*);
+
 class AltOp: public RegExp
 {