diff options
author | Justin Clarke Casey | 2008-05-31 18:36:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-31 18:36:45 +0000 |
commit | 6e5b416d140c5624a6b055c9bc0075e1a8efa4a7 (patch) | |
tree | 71bc0cbeed7b4a315c521cd53a0caa9f02786707 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler | |
parent | Mantis#1314. Thank you kindly, Kinoc for YieldProlog. (diff) | |
download | opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.zip opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.gz opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.bz2 opensim-SC_OLD-6e5b416d140c5624a6b055c9bc0075e1a8efa4a7.tar.xz |
* Remove rogue ? to get things compiling again
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs index 3766246..5ede108 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/YP2CSConverter.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | ?using System; | 1 | using System; |
2 | using System.IO; | 2 | using System.IO; |
3 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
4 | using System.Text; | 4 | using System.Text; |