diff options
author | Eugene Sandulenko | 2017-01-09 18:52:17 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-01-09 18:52:17 +0100 |
commit | b30971b03f9506898a81b1dc2f5472e6d2ccb776 (patch) | |
tree | d1cdf0e51319368b3b2810115d71fa507df34e0b /engines/director/lingo/lingo-gr.h | |
parent | 2d29e5db29f0e38a83f1192d9f74832948c80447 (diff) | |
download | scummvm-rg350-b30971b03f9506898a81b1dc2f5472e6d2ccb776.tar.gz scummvm-rg350-b30971b03f9506898a81b1dc2f5472e6d2ccb776.tar.bz2 scummvm-rg350-b30971b03f9506898a81b1dc2f5472e6d2ccb776.zip |
DIRECTOR: Lingo: Removed 'me' as lexer token
Diffstat (limited to 'engines/director/lingo/lingo-gr.h')
-rw-r--r-- | engines/director/lingo/lingo-gr.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/director/lingo/lingo-gr.h b/engines/director/lingo/lingo-gr.h index a580125403..34c0598e4e 100644 --- a/engines/director/lingo/lingo-gr.h +++ b/engines/director/lingo/lingo-gr.h @@ -109,8 +109,7 @@ tINTERSECTS = 325, tWITHIN = 326, tON = 327, - tME = 328, - tSOUND = 329 + tSOUND = 328 }; #endif /* Tokens. */ @@ -184,8 +183,7 @@ #define tINTERSECTS 325 #define tWITHIN 326 #define tON 327 -#define tME 328 -#define tSOUND 329 +#define tSOUND 328 @@ -203,7 +201,7 @@ typedef union YYSTYPE Common::Array<double> *arr; } /* Line 1529 of yacc.c. */ -#line 207 "engines/director/lingo/lingo-gr.hpp" +#line 205 "engines/director/lingo/lingo-gr.hpp" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |