aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src
diff options
context:
space:
mode:
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