From 8fb7aaf4a0e76db7d1a2516a00d6946e6ee44693 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 21 Jun 2016 11:23:36 +0200 Subject: DIRECTOR: Lingo: Renamed UNDEF -> VOID --- engines/director/lingo/lingo-gr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/director/lingo/lingo-gr.cpp') diff --git a/engines/director/lingo/lingo-gr.cpp b/engines/director/lingo/lingo-gr.cpp index c8f1fabbee..7d7bf1d41c 100644 --- a/engines/director/lingo/lingo-gr.cpp +++ b/engines/director/lingo/lingo-gr.cpp @@ -67,7 +67,7 @@ know about them. */ enum yytokentype { UNARY = 258, - UNDEF = 259, + VOID = 259, INT = 260, FLOAT = 261, VAR = 262, @@ -99,7 +99,7 @@ #endif /* Tokens. */ #define UNARY 258 -#define UNDEF 259 +#define VOID 259 #define INT 260 #define FLOAT 261 #define VAR 262 @@ -511,7 +511,7 @@ static const yytype_uint8 yyrline[] = First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { - "$end", "error", "$undefined", "UNARY", "UNDEF", "INT", "FLOAT", "VAR", + "$end", "error", "$undefined", "UNARY", "VOID", "INT", "FLOAT", "VAR", "STRING", "tIF", "tELSE", "tEND", "tFRAME", "tGO", "tINTO", "tLOOP", "tMCI", "tMCIWAIT", "tMOVIE", "tNEXT", "tOF", "tPREVIOUS", "tPUT", "tSET", "tTHEN", "tTO", "tGE", "tLE", "tGT", "tLT", "tEQ", "tNEQ", "'='", @@ -1937,6 +1937,6 @@ yyreturn: } -#line 215 "engines/director/lingo/lingo-gr.y" +#line 228 "engines/director/lingo/lingo-gr.y" -- cgit v1.2.3