diff options
author | Charles Krinke | 2009-02-23 02:43:51 +0000 |
---|---|---|
committer | Charles Krinke | 2009-02-23 02:43:51 +0000 |
commit | 08c76989a719803e4cb7c5391bc864046bba31f2 (patch) | |
tree | b62e6288ba9ce024a5020d0f302a059e44ba457e /OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs | |
parent | A little bit more tweaking with appearance. Now passing both the wearables an... (diff) | |
download | opensim-SC-08c76989a719803e4cb7c5391bc864046bba31f2.zip opensim-SC-08c76989a719803e4cb7c5391bc864046bba31f2.tar.gz opensim-SC-08c76989a719803e4cb7c5391bc864046bba31f2.tar.bz2 opensim-SC-08c76989a719803e4cb7c5391bc864046bba31f2.tar.xz |
Mantis#3187. Thank you kindly, DoranZemlja for a patch that:
Adds a warning for an LSL construct that exploits a
popular list memory saving hack.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs index 6273da9..d11abbc 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/ICompiler.cs | |||
@@ -34,6 +34,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
34 | public interface ICompiler | 34 | public interface ICompiler |
35 | { | 35 | { |
36 | string PerformScriptCompile(string source, string asset); | 36 | string PerformScriptCompile(string source, string asset); |
37 | string[] GetWarnings(); | ||
37 | Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> | 38 | Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> |
38 | LineMap(); | 39 | LineMap(); |
39 | } | 40 | } |