diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-11-21 09:41:01 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-11-21 09:41:01 +0000 |
commit | e809701ec845769f6ec67b2c4c0d2a63814fce9a (patch) | |
tree | 981f3e25ef6699ae7c80dc56e46ae5086a9e6663 /cpp/src | |
parent | icegridadmin doesn't use anymore Ice::Application and handle Ctrl-C itself (diff) | |
download | ice-e809701ec845769f6ec67b2c4c0d2a63814fce9a.tar.bz2 ice-e809701ec845769f6ec67b2c4c0d2a63814fce9a.tar.xz ice-e809701ec845769f6ec67b2c4c0d2a63814fce9a.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Grammar.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Grammar.y b/cpp/src/IceGrid/Grammar.y index 00e283199ff..c2f06076a39 100644 --- a/cpp/src/IceGrid/Grammar.y +++ b/cpp/src/IceGrid/Grammar.y @@ -72,8 +72,6 @@ yyerror(const char* s) %token ICE_GRID_ENABLE %token ICE_GRID_DISABLE %token ICE_GRID_DUMP -%token ICE_GRID_STDERR -%token ICE_GRID_STDOUT %% |