From 56fb2d5cfc30c6bd42213ac918f5f5918cdc8ed4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 3 Feb 2012 21:14:16 +1000 Subject: Final part of the crement Lua implementation. --- LuaSL/src/LuaSL_LSL_tree.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (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 4858d99..2a66bd7 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -236,11 +236,12 @@ struct _LSL_Parenthesis struct _LSL_Identifier // For variables and function parameters. { - LSL_Text name; - Eina_Strbuf *ignorable; - const char *sub; - LSL_Leaf value; - miscFlags flags; + LSL_Text name; + LSL_Statement *definition; + Eina_Strbuf *ignorable; + const char *sub; + LSL_Leaf value; + miscFlags flags; }; struct _LSL_Statement @@ -256,6 +257,7 @@ struct _LSL_Statement #if LUASL_DIFF_CHECK Eina_Strbuf **ignorable; // Can be up to five of these I think. #endif + miscFlags flags; /* LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block); -- cgit v1.1