diff options
Diffstat (limited to 'cpp/src/IceStorm/Scanner.l')
-rw-r--r-- | cpp/src/IceStorm/Scanner.l | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/IceStorm/Scanner.l b/cpp/src/IceStorm/Scanner.l index 3789e14f62f..0e28d3eb981 100644 --- a/cpp/src/IceStorm/Scanner.l +++ b/cpp/src/IceStorm/Scanner.l @@ -39,16 +39,6 @@ using namespace IceStorm; # define YY_NO_UNISTD_H #endif -#ifdef __SUNPRO_CC -# ifdef yywrap -# undef yywrap -# define yywrap() 1 -# endif -# ifdef ICE_64 -# pragma error_messages(off,truncwarn) -# endif -#endif - #define YY_INPUT(buf, result, maxSize) parser->getInput(buf, result, maxSize) namespace IceStorm |