diff options
author | David Walter Seikel | 2012-01-30 13:33:41 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-30 13:33:41 +1000 |
commit | 821f7ad2ecaf0c607a30d6266126d5db2d4de2ea (patch) | |
tree | bd5861792ecfdc8c2bc1b78487dccdf42a16c851 | |
parent | Change the way blocks start and end, the look ahead was screwing things. (diff) | |
download | SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.zip SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.gz SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.bz2 SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.xz |
Comment++
-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; |