aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_compile.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-08 16:29:31 +1000
committerDavid Walter Seikel2012-02-08 16:29:31 +1000
commitdee2c5659e869bd14acf62e00bbb808aa1694461 (patch)
tree36297549850584b42321c459e438ff0c737411ef /LuaSL/src/LuaSL_compile.c
parentCommentary++. (diff)
downloadSledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.zip
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.gz
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.bz2
SledjHamr-dee2c5659e869bd14acf62e00bbb808aa1694461.tar.xz
Cleaning up some comments.
Diffstat (limited to 'LuaSL/src/LuaSL_compile.c')
-rw-r--r--LuaSL/src/LuaSL_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c
index b9ccf46..29ea47c 100644
--- a/LuaSL/src/LuaSL_compile.c
+++ b/LuaSL/src/LuaSL_compile.c
@@ -1897,7 +1897,7 @@ static void outputFunctionToken(FILE *file, outputMode mode, LSL_Leaf *content)
1897 } 1897 }
1898 EINA_INARRAY_FOREACH((&(func->vars)), param) 1898 EINA_INARRAY_FOREACH((&(func->vars)), param)
1899 { 1899 {
1900 // TODO - comment out param types. 1900 // Commenting out the types is done in outputLeaf() which outputs all the types.
1901 if (!LUASL_DIFF_CHECK) 1901 if (!LUASL_DIFF_CHECK)
1902 { 1902 {
1903 if (!first) 1903 if (!first)