aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 84610b6..b287b8f 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -54,13 +54,13 @@ typedef enum
54typedef void (*outputToken) (FILE *file, outputMode mode, LSL_Leaf *content); 54typedef void (*outputToken) (FILE *file, outputMode mode, LSL_Leaf *content);
55typedef LSL_Leaf * (*evaluateToken) (LSL_Leaf *content, LSL_Leaf *left, LSL_Leaf *right); 55typedef LSL_Leaf * (*evaluateToken) (LSL_Leaf *content, LSL_Leaf *left, LSL_Leaf *right);
56 56
57#ifndef FALSE 57//#ifndef FALSE
58typedef enum 58//typedef enum
59{ 59//{
60 FALSE = 0, 60// FALSE = 0,
61 TRUE = 1 61// TRUE = 1
62} boolean; 62//} boolean;
63#endif 63//#endif
64 64
65typedef enum 65typedef enum
66{ 66{