aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-02 14:10:44 +1000
committerDavid Walter Seikel2012-02-02 14:10:44 +1000
commit9a302880d80109ce63251d64acfc103a855bf97b (patch)
tree3190645e58102fcff0aa69d9445f6d855dde17a8 /LuaSL/src
parentDisable the diff check again, and count bugs instead. (diff)
downloadSledjHamr-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.c1
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)
1531static void outputRawParenthesisToken(FILE *file, outputMode mode, LSL_Parenthesis *parenthesis, const char *typeName) 1531static 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