From 3473efe2a117dc888ce40b6bd0ca800fdf17dab4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 30 Jan 2012 13:34:04 +1000 Subject: More comment++ --- LuaSL/src/LuaSL_compile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'LuaSL/src') diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index e4a526a..9c301b8 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c @@ -1265,6 +1265,7 @@ static void outputParameterListToken(FILE *file, outputMode mode, LSL_Leaf *cont static void outputRawParenthesisToken(FILE *file, outputMode mode, LSL_Parenthesis *parenthesis, const char *typeName) { fprintf(file, "("); +// TODO, if it's a parameter list, deal with it via the leaf -> function -> vars. if (LSL_TYPECAST_OPEN == parenthesis->type) fprintf(file, "%s", typeName); // TODO - We are missing the type ignorable text here. else -- cgit v1.1