lua

A copy of the Lua development repository
Log | Files | Refs | README

commit fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a
parent 10c1641b8e96877bf5c1fdfde92c038107a223d6
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 25 Nov 1994 17:24:38 -0200

erased function yywrap (nobody used it)

Diffstat:
Mlua.stx | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git 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.