aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx7
1 files changed, 1 insertions, 6 deletions
diff --git a/lua.stx b/lua.stx
index cd762415..bd61cfb7 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 3.10 1994/11/22 15:50:46 roberto Exp roberto $"; 3char *rcs_luastx = "$Id: lua.stx,v 3.11 1994/11/23 14:39:52 roberto Stab roberto $";
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <stdlib.h> 6#include <stdlib.h>
@@ -717,11 +717,6 @@ static void yyerror (char *s)
717 lua_error (msg); 717 lua_error (msg);
718} 718}
719 719
720static int yywrap (void)
721{
722 return 1;
723}
724
725 720
726/* 721/*
727** Parse LUA code. 722** Parse LUA code.