From 0771e39d20ee1475b8bf1458ef87e2b82aaa4e02 Mon Sep 17 00:00:00 2001
From: Steven Bennetts <steve@lindenlab.com>
Date: Thu, 8 Nov 2007 00:16:19 +0000
Subject: [PATCH] Reverting unintentional commit of indra.l

---
 indra/lscript/lscript_compile/indra.l | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l
index 4fa5b58a818..57aef07e184 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();
 
-- 
GitLab