diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-25 18:07:26 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-25 18:07:26 -0300 |
| commit | 6a853fcb8b9e333d768c739c36c99b144bbde607 (patch) | |
| tree | 5645e5fbe3a43f15044591be30c5d4607cb7357c /lparser.c | |
| parent | 31bea2190b25e5b6687d92d807af522378168bfa (diff) | |
| download | lua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.gz lua-6a853fcb8b9e333d768c739c36c99b144bbde607.tar.bz2 lua-6a853fcb8b9e333d768c739c36c99b144bbde607.zip | |
details (from lhf)
Diffstat (limited to 'lparser.c')
| -rw-r--r-- | lparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lparser.c,v 1.22 1999/02/24 17:55:51 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 1.23 1999/02/25 15:16:26 roberto Exp roberto $ |
| 3 | ** LL(1) Parser and code generator for Lua | 3 | ** LL(1) Parser and code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -926,7 +926,7 @@ static void exp1 (LexState *ls) { | |||
| 926 | exp0(ls, &v); | 926 | exp0(ls, &v); |
| 927 | lua_pushvar(ls, &v); | 927 | lua_pushvar(ls, &v); |
| 928 | if (is_in(ls->token, expfollow) < 0) | 928 | if (is_in(ls->token, expfollow) < 0) |
| 929 | luaX_error(ls, "ill formed expression"); | 929 | luaX_error(ls, "ill-formed expression"); |
| 930 | } | 930 | } |
| 931 | 931 | ||
| 932 | 932 | ||
