]> granicus.if.org Git - re2c/commitdiff
- MSVC.2003 falls on this with wrong switches, probably others too with their normal...
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 29 Dec 2005 00:47:48 +0000 (00:47 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 29 Dec 2005 00:47:48 +0000 (00:47 +0000)
parser.h

index 58435f26871baa9fbaecd62653382d9a13e2b494..1827367f296b9668eedc56906052055fe65c4c8c 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -24,6 +24,8 @@ public:
                /** \todo should we delete 're'? */
        }
 
+       typedef std::map<std::string, Symbol*> SymbolTable;
+
 protected:
 
        Symbol(const SubStr& str)
@@ -34,8 +36,6 @@ protected:
 
 private:
 
-       typedef std::map<std::string, Symbol*> SymbolTable;
-
        static SymbolTable symbol_table;
 
        Str     name;