From: helly Date: Thu, 29 Dec 2005 00:47:48 +0000 (+0000) Subject: - MSVC.2003 falls on this with wrong switches, probably others too with their normal... X-Git-Tag: 0.13.6~564 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8951d219d4de05d705a93cd22d822e02e815e9d9;p=re2c - MSVC.2003 falls on this with wrong switches, probably others too with their normal options --- diff --git a/parser.h b/parser.h index 58435f26..1827367f 100644 --- a/parser.h +++ b/parser.h @@ -24,6 +24,8 @@ public: /** \todo should we delete 're'? */ } + typedef std::map SymbolTable; + protected: Symbol(const SubStr& str) @@ -34,8 +36,6 @@ protected: private: - typedef std::map SymbolTable; - static SymbolTable symbol_table; Str name;