aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.c')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.c b/LuaSL/src/LuaSL_LSL_tree.c
index 48415fc..76dd433 100644
--- a/LuaSL/src/LuaSL_LSL_tree.c
+++ b/LuaSL/src/LuaSL_LSL_tree.c
@@ -404,12 +404,6 @@ static void convertAST2Lua(LSL_AST *ast)
404 } 404 }
405} 405}
406 406
407int yyerror(const char *msg)
408{
409 fprintf(stderr, "Parser error: %s\n", msg);
410 return 0;
411}
412
413int main(int argc, char **argv) 407int main(int argc, char **argv)
414{ 408{
415 char *programName = argv[0]; 409 char *programName = argv[0];