aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-07 22:32:27 +1000
committerDavid Walter Seikel2012-01-07 22:32:27 +1000
commit347d4c3a580ed47a4f2d02440cda0fe61b619fcb (patch)
tree4f7c176b4e53f0001e840387cabbcd4476b4c886 /LuaSL
parentMore expression cleanup. (diff)
downloadSledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.zip
SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.gz
SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.bz2
SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.xz
Forget to save first. lol
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.c b/LuaSL/src/LuaSL_LSL_tree.c
index 549e955..011339f 100644
--- a/LuaSL/src/LuaSL_LSL_tree.c
+++ b/LuaSL/src/LuaSL_LSL_tree.c
@@ -277,6 +277,7 @@ static void evaluateOperationToken(LSL_Leaf *content, LSL_Value *left, LSL_Value
277#endif 277#endif
278 } 278 }
279} 279}
280
280static void outputAST(LSL_AST *ast) 281static void outputAST(LSL_AST *ast)
281{ 282{
282 if (ast) 283 if (ast)