diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-25 17:24:57 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-25 17:24:57 -0200 |
commit | fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a (patch) | |
tree | 77567e4e034b3bbdaabfc5f9dfda2894797ad0a8 | |
parent | 10c1641b8e96877bf5c1fdfde92c038107a223d6 (diff) | |
download | lua-fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a.tar.gz lua-fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a.tar.bz2 lua-fbfa1cbe9becd8e270ed4567260e5b73cbaf6d1a.zip |
erased function yywrap (nobody used it)
-rw-r--r-- | lua.stx | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | char *rcs_luastx = "$Id: lua.stx,v 3.10 1994/11/22 15:50:46 roberto Exp roberto $"; | 3 | char *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 | ||
720 | static int yywrap (void) | ||
721 | { | ||
722 | return 1; | ||
723 | } | ||
724 | |||
725 | 720 | ||
726 | /* | 721 | /* |
727 | ** Parse LUA code. | 722 | ** Parse LUA code. |