From e75ff8f0a31a9a0f6855a9d50ef5f37334dea5f3 Mon Sep 17 00:00:00 2001 From: Johan Berntsson Date: Tue, 8 Jul 2008 02:34:45 +0000 Subject: llscript compiler patch from Mike: adds LSL jumps and implicit variable initializations --- OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs') diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs index f3c19d8..5d66d5c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs @@ -18683,7 +18683,6 @@ public override TOKEN OldAction(Lexer yym,ref string yytext,int action, ref bool case 1020: { } break; case 1064: { yym.yy_begin("YYINITIAL"); ((LSLTokens)yym).yytext = ((LSLTokens)yym).str; ((LSLTokens)yym).str = String.Empty; return new STRING_CONSTANT(yym); } - // break; case 1069: ; break; case 1073: ; -- cgit v1.1