diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-08 00:16:19 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-08 00:16:19 +0000 |
commit | 0771e39d20ee1475b8bf1458ef87e2b82aaa4e02 (patch) | |
tree | 78fbb3ac28f3ff81de75fecb8a6c42c4d044e058 | |
parent | 424af0690a07a4b10d4b95e4bee467b7c0349550 (diff) |
Reverting unintentional commit of indra.l
-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 4fa5b58a81..57aef07e18 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(); |