Removed unused parser symbol.
This commit is contained in:
parent
012a0bd01f
commit
450dd6d45a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
|
||||
/* top level reserved words */
|
||||
%token IncludeSym ShapeSym GeometrySym ElevationGridSym
|
||||
%token IncludeSym ShapeSym GeometrySym
|
||||
|
||||
/* basic tokens */
|
||||
%token Identifier Number StringLiteral
|
||||
|
|
Loading…
Reference in a new issue