From 68af66863948e01b1b77642218740cec5f0ca13c Mon Sep 17 00:00:00 2001 From: helly Date: Tue, 10 Jul 2007 19:21:49 +0000 Subject: [PATCH] - Some compilers need a forward declaration so that the friend clause works --- re2c/re.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/re2c/re.h b/re2c/re.h index d303bb69..5908be37 100644 --- a/re2c/re.h +++ b/re2c/re.h @@ -303,6 +303,8 @@ public: const RuleOp& op; }; +RegExp *mkAlt(RegExp*, RegExp*); + class AltOp: public RegExp { -- 2.50.1