summaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-25 17:24:57 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-25 17:24:57 -0200
commitfbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a (patch)
tree77567e4e034b3bbdaabfc5f9dfda2894797ad0a8 /lua.stx
parent10c1641b8e96877bf5c1fdfde92c038107a223d6 (diff)
downloadlua-github-fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a.tar.gz
erased function yywrap (nobody used it)
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 @@
%{
-char *rcs_luastx = "$Id: lua.stx,v 3.10 1994/11/22 15:50:46 roberto Exp roberto $";
+char *rcs_luastx = "$Id: lua.stx,v 3.11 1994/11/23 14:39:52 roberto Stab roberto $";
#include <stdio.h>
#include <stdlib.h>
@@ -717,11 +717,6 @@ static void yyerror (char *s)
lua_error (msg);
}
-static int yywrap (void)
-{
- return 1;
-}
-
/*
** Parse LUA code.