mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
mantis 9100: change Yengine order of precendence of && to be same as ||. It had higher and that did not match lsl specification or xengine. (||| stays with higher than ||| as per c# spec)
This commit is contained in:
@@ -113,7 +113,8 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
|
||||
{ typeof(TokenKwOrOr), 100 },
|
||||
|
||||
{ typeof(TokenKwAndAnd), 120 },
|
||||
//{ typeof(TokenKwAndAnd), 120 },
|
||||
{ typeof(TokenKwAndAnd), 100 },
|
||||
|
||||
{ typeof(TokenKwOr), 140 },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user