diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs index 5d66d5c..f78c801 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.lexer.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System;using Tools; | 28 | using System;using Tools; |
29 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL { | ||
29 | //%+STRING_CONSTANT+3 | 30 | //%+STRING_CONSTANT+3 |
30 | public class STRING_CONSTANT : TOKEN{ | 31 | public class STRING_CONSTANT : TOKEN{ |
31 | public override string yyname { get { return "STRING_CONSTANT"; }} | 32 | public override string yyname { get { return "STRING_CONSTANT"; }} |
@@ -18710,3 +18711,4 @@ public LSLTokens(YyLexer tks):base(tks){} | |||
18710 | public string str; | 18711 | public string str; |
18711 | 18712 | ||
18712 | } | 18713 | } |
18714 | } | ||