diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-21 17:00:46 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-21 17:00:46 -0200 |
| commit | accd7bc25355be4350db6d117515c672121a67f2 (patch) | |
| tree | e351b89ca86b67a3c60874c230626a13517524b8 /lua.stx | |
| parent | 6153200bc25bd99f9d3d25d7caa486b03b6535d5 (diff) | |
| download | lua-accd7bc25355be4350db6d117515c672121a67f2.tar.gz lua-accd7bc25355be4350db6d117515c672121a67f2.tar.bz2 lua-accd7bc25355be4350db6d117515c672121a67f2.zip | |
small modifications (format, small optimizations, etc)
Diffstat (limited to 'lua.stx')
| -rw-r--r-- | lua.stx | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | /* | 2 | /* |
| 3 | ** $Id: lua.stx,v 1.17 1997/11/07 15:09:49 roberto Exp roberto $ | 3 | ** $Id: lua.stx,v 1.18 1997/11/19 17:29:23 roberto Exp roberto $ |
| 4 | ** Syntax analizer and code generator | 4 | ** Syntax analizer and code generator |
| 5 | ** See Copyright Notice in lua.h | 5 | ** See Copyright Notice in lua.h |
| 6 | */ | 6 | */ |
| @@ -613,7 +613,7 @@ TProtoFunc *luaY_parser (ZIO *z, char *chunkname) | |||
| 613 | L->lexstate = &lexstate; | 613 | L->lexstate = &lexstate; |
| 614 | luaX_setinput(z); | 614 | luaX_setinput(z); |
| 615 | init_state(luaS_new(chunkname)); | 615 | init_state(luaS_new(chunkname)); |
| 616 | if (luaY_parse ()) lua_error("parse error"); | 616 | if (luaY_parse()) lua_error("parse error"); |
| 617 | return close_func(); | 617 | return close_func(); |
| 618 | } | 618 | } |
| 619 | 619 | ||
