diff options
author | Jose <jose@zeroc.com> | 2012-08-08 01:33:30 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-08 01:33:30 +0200 |
commit | 6ed900b96833a2bfd1a37c7a6ba2112c04312b49 (patch) | |
tree | 07f1fbb33f7da9084198f55082d582cb6194eb38 /cpp/src/Slice/Grammar.h | |
parent | fixes for Scanner.l & VC comilers (diff) | |
download | ice-6ed900b96833a2bfd1a37c7a6ba2112c04312b49.tar.bz2 ice-6ed900b96833a2bfd1a37c7a6ba2112c04312b49.tar.xz ice-6ed900b96833a2bfd1a37c7a6ba2112c04312b49.zip |
remove ScannerConfig.h > move fixes to Scanner.l
Diffstat (limited to 'cpp/src/Slice/Grammar.h')
-rw-r--r-- | cpp/src/Slice/Grammar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/Slice/Grammar.h b/cpp/src/Slice/Grammar.h index 0ee3d141315..4bae650f0c4 100644 --- a/cpp/src/Slice/Grammar.h +++ b/cpp/src/Slice/Grammar.h @@ -1,10 +1,9 @@ - -/* A Bison parser, made by GNU Bison 2.4.1. */ +/* A Bison parser, made by GNU Bison 2.4.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |