diff options
Diffstat (limited to 'LuaSL')
-rw-r--r-- | LuaSL/src/LuaSL_LSL_tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index e5a415a..147ca5e 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h | |||
@@ -250,6 +250,7 @@ struct _LSL_Function | |||
250 | LSL_Leaf *type; | 250 | LSL_Leaf *type; |
251 | #if LUASL_DIFF_CHECK | 251 | #if LUASL_DIFF_CHECK |
252 | LSL_Leaf *params; // So we store the parenthesis, and their ignorables. | 252 | LSL_Leaf *params; // So we store the parenthesis, and their ignorables. |
253 | // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars. | ||
253 | #endif | 254 | #endif |
254 | Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2). | 255 | Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2). |
255 | LSL_Leaf *block; | 256 | LSL_Leaf *block; |