From 66a634d54daeef9bc84df600dc210c412a988346 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 28 Nov 2003 11:26:16 +0000 Subject: [PATCH] - fix for new flex Changed files: agfl-flex.patch -> 1.1 --- agfl-flex.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 agfl-flex.patch diff --git a/agfl-flex.patch b/agfl-flex.patch new file mode 100644 index 0000000..94d81d2 --- /dev/null +++ b/agfl-flex.patch @@ -0,0 +1,13 @@ +--- agfl-2.3/utils/scanner.h.orig Fri Oct 17 14:36:29 2003 ++++ agfl-2.3/utils/scanner.h Fri Nov 28 12:06:48 2003 +@@ -24,8 +24,9 @@ + + using namespace std; + #include ++#ifndef yyFlexLexerOnce + #include +- ++#endif + + //------------------------------------------------------------------------------ + // Class Scanner -- 2.43.0