diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 23:15:09 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 23:15:09 +0000 |
commit | 424af0690a07a4b10d4b95e4bee467b7c0349550 (patch) | |
tree | be3aab4f75b6e73326056d116be617f0b4cb275c /indra/lscript/lscript_compile | |
parent | 050dad0ce35207a4ac1562175e853590ad9b7681 (diff) |
Removied viewer.h from macview_prefix.h
Diffstat (limited to 'indra/lscript/lscript_compile')
-rw-r--r-- | indra/lscript/lscript_compile/indra.l | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |