From 3953d90d3b42ac9e156262e2d2dec87bf912ed02 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 7 Jan 2012 22:31:24 +1000 Subject: More expression cleanup. --- LuaSL/src/LuaSL_LSL_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index 4764ce8..750d3f7 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -190,7 +190,7 @@ typedef struct typedef void (*convertToken2Lua) (LSL_Leaf *content); typedef void (*outputToken) (LSL_Leaf *content); -typedef void (*evaluateToken) (LSL_Leaf *content, LSL_Value *result); +typedef void (*evaluateToken) (LSL_Leaf *content, LSL_Value *left, LSL_Value *right); typedef struct { -- cgit v1.1