diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs b/OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs index ea86b0b..8131732 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/MMRScriptCodeGen.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
67 | private static readonly bool DEBUG_STACKCAPRES = false; | 67 | private static readonly bool DEBUG_STACKCAPRES = false; |
68 | private static readonly bool DEBUG_TRYSTMT = false; | 68 | private static readonly bool DEBUG_TRYSTMT = false; |
69 | 69 | ||
70 | public static readonly string OBJECT_CODE_MAGIC = "XMRObjectCode"; | 70 | public static readonly string OBJECT_CODE_MAGIC = "YObjectCode"; |
71 | // reserve positive version values for original xmr | 71 | // reserve positive version values for original xmr |
72 | public static int COMPILED_VERSION_VALUE = -1; // decremented when compiler or object file changes | 72 | public static int COMPILED_VERSION_VALUE = -1; // decremented when compiler or object file changes |
73 | 73 | ||