diff options
Diffstat (limited to 'cpp/src/IceGrid/Grammar.h')
-rw-r--r-- | cpp/src/IceGrid/Grammar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/Grammar.h b/cpp/src/IceGrid/Grammar.h index fb0c3c72213..9b8655708e2 100644 --- a/cpp/src/IceGrid/Grammar.h +++ b/cpp/src/IceGrid/Grammar.h @@ -121,15 +121,9 @@ #define ICE_GRID_ENABLE 295 #define ICE_GRID_DISABLE 296 - - - #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef int YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif - - - |