aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 1092f26..6709236 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -156,7 +156,8 @@ typedef enum
156 MF_PREDEC = 16, 156 MF_PREDEC = 16,
157 MF_PREINC = 32, 157 MF_PREINC = 32,
158 MF_POSTDEC = 64, 158 MF_POSTDEC = 64,
159 MF_POSTINC = 128 159 MF_POSTINC = 128,
160 MF_LSLCONST = 256
160} miscFlags; 161} miscFlags;
161 162
162struct _allowedTypes 163struct _allowedTypes
@@ -303,6 +304,7 @@ struct _LSL_Function
303#endif 304#endif
304 Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2). 305 Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2).
305 LSL_Block *block; 306 LSL_Block *block;
307 miscFlags flags;
306}; 308};
307 309
308struct _LSL_FunctionCall 310struct _LSL_FunctionCall