aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-05 12:13:18 +1000
committerDavid Walter Seikel2012-02-05 12:13:18 +1000
commit4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b (patch)
treeba5c84b55662d4dc6f79c30dd4faa54e33aa9f1e /LuaSL/src/LuaSL_LSL_tree.h
parentWhite space clean up. (diff)
downloadSledjHamr-4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b.zip
SledjHamr-4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b.tar.gz
SledjHamr-4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b.tar.bz2
SledjHamr-4213ddfa3c5e3fc6ed3cb01f5eb342276df3fc0b.tar.xz
Remove a lot of old cruft that is no longer needed. Including the eveluator, we can do that with test scripts now.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index ca5f844..f21b51c 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -62,7 +62,6 @@ typedef enum
62} outputMode; 62} outputMode;
63 63
64typedef void (*outputToken) (FILE *file, outputMode mode, LSL_Leaf *content); 64typedef void (*outputToken) (FILE *file, outputMode mode, LSL_Leaf *content);
65typedef LSL_Leaf * (*evaluateToken) (LSL_Leaf *content, LSL_Leaf *left, LSL_Leaf *right);
66 65
67//#ifndef FALSE 66//#ifndef FALSE
68//typedef enum 67//typedef enum
@@ -175,7 +174,6 @@ struct _LSL_Token
175 const char *toKen; 174 const char *toKen;
176 LSL_Flags flags; 175 LSL_Flags flags;
177 outputToken output; 176 outputToken output;
178 evaluateToken evaluate;
179}; 177};
180 178
181struct _LSL_Text 179struct _LSL_Text