diff options
author | David Walter Seikel | 2012-02-02 14:10:44 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-02 14:10:44 +1000 |
commit | 9a302880d80109ce63251d64acfc103a855bf97b (patch) | |
tree | 3190645e58102fcff0aa69d9445f6d855dde17a8 /LuaSL/src | |
parent | Disable the diff check again, and count bugs instead. (diff) | |
download | SledjHamr-9a302880d80109ce63251d64acfc103a855bf97b.zip SledjHamr-9a302880d80109ce63251d64acfc103a855bf97b.tar.gz SledjHamr-9a302880d80109ce63251d64acfc103a855bf97b.tar.bz2 SledjHamr-9a302880d80109ce63251d64acfc103a855bf97b.tar.xz |
Old comment--
Diffstat (limited to 'LuaSL/src')
-rw-r--r-- | LuaSL/src/LuaSL_compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index a63c6ca..5c59594 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c | |||
@@ -1531,7 +1531,6 @@ static void outputRawBlock(FILE *file, outputMode mode, LSL_Block *block) | |||
1531 | static void outputRawParenthesisToken(FILE *file, outputMode mode, LSL_Parenthesis *parenthesis, const char *typeName) | 1531 | static void outputRawParenthesisToken(FILE *file, outputMode mode, LSL_Parenthesis *parenthesis, const char *typeName) |
1532 | { | 1532 | { |
1533 | fprintf(file, "("); | 1533 | fprintf(file, "("); |
1534 | // TODO, if it's a parameter list, deal with it via the leaf -> function -> vars. | ||
1535 | if (LSL_TYPECAST_OPEN == parenthesis->type) | 1534 | if (LSL_TYPECAST_OPEN == parenthesis->type) |
1536 | fprintf(file, "%s", typeName); // TODO - We are missing the type ignorable text here. | 1535 | fprintf(file, "%s", typeName); // TODO - We are missing the type ignorable text here. |
1537 | else | 1536 | else |