From 424af0690a07a4b10d4b95e4bee467b7c0349550 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Wed, 7 Nov 2007 23:15:09 +0000 Subject: Removied viewer.h from macview_prefix.h --- indra/lscript/lscript_compile/indra.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/lscript/lscript_compile') diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l index 57aef07e18..4fa5b58a81 100644 --- a/indra/lscript/lscript_compile/indra.l +++ b/indra/lscript/lscript_compile/indra.l @@ -678,7 +678,7 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename, // Reset the lexer's internal buffering. - yyrestart(yyin); + b_parse_ok = !yyparse(); -- cgit v1.2.3