aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-02 06:02:14 +0000
committerMelanie Thielker2008-09-02 06:02:14 +0000
commit2fbebbb644397537e3938d9afc3053487c9fa9cf (patch)
tree8a3130426bfc7d4d287651bae1c222ff1760bb21 /OpenSim/Region/ScriptEngine/Shared/CodeTools
parentCorrect the representation of the automatic null string (diff)
downloadopensim-SC_OLD-2fbebbb644397537e3938d9afc3053487c9fa9cf.zip
opensim-SC_OLD-2fbebbb644397537e3938d9afc3053487c9fa9cf.tar.gz
opensim-SC_OLD-2fbebbb644397537e3938d9afc3053487c9fa9cf.tar.bz2
opensim-SC_OLD-2fbebbb644397537e3938d9afc3053487c9fa9cf.tar.xz
First batch of the unit test changes for the new constants semantics
in XEngine. This turned out to be a lot of work to catch up.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs
index b357ab6..febc5e1 100644
--- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs
@@ -732,7 +732,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
732 c.Value = c.Value.Insert(dotIndex, "0"); 732 c.Value = c.Value.Insert(dotIndex, "0");
733 } 733 }
734 734
735 // commencted because the parser does it now 735 // commented because the parser does it now
736 // need to quote strings 736 // need to quote strings
737 // if ("LSL_Types.LSLString" == c.Type) 737 // if ("LSL_Types.LSLString" == c.Type)
738 // retstr += Generate("\""); 738 // retstr += Generate("\"");