diff options
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 35b5edd5..efb7c3f3 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -96,9 +96,7 @@ ERRDEF(STRPATX, "pattern too complex") | |||
96 | ERRDEF(STRCAPI, "invalid capture index") | 96 | ERRDEF(STRCAPI, "invalid capture index") |
97 | ERRDEF(STRCAPN, "too many captures") | 97 | ERRDEF(STRCAPN, "too many captures") |
98 | ERRDEF(STRCAPU, "unfinished capture") | 98 | ERRDEF(STRCAPU, "unfinished capture") |
99 | ERRDEF(STRFMTO, "invalid option " LUA_QL("%%%c") " to " LUA_QL("format")) | 99 | ERRDEF(STRFMT, "invalid option " LUA_QS " to " LUA_QL("format")) |
100 | ERRDEF(STRFMTR, "invalid format (repeated flags)") | ||
101 | ERRDEF(STRFMTW, "invalid format (width or precision too long)") | ||
102 | ERRDEF(STRGSRV, "invalid replacement value (a %s)") | 100 | ERRDEF(STRGSRV, "invalid replacement value (a %s)") |
103 | ERRDEF(BADMODN, "name conflict for module " LUA_QS) | 101 | ERRDEF(BADMODN, "name conflict for module " LUA_QS) |
104 | #if LJ_HASJIT | 102 | #if LJ_HASJIT |
@@ -118,7 +116,6 @@ ERRDEF(JITOPT, "unknown or malformed optimization flag " LUA_QS) | |||
118 | /* Lexer/parser errors. */ | 116 | /* Lexer/parser errors. */ |
119 | ERRDEF(XMODE, "attempt to load chunk with wrong mode") | 117 | ERRDEF(XMODE, "attempt to load chunk with wrong mode") |
120 | ERRDEF(XNEAR, "%s near " LUA_QS) | 118 | ERRDEF(XNEAR, "%s near " LUA_QS) |
121 | ERRDEF(XELEM, "lexical element too long") | ||
122 | ERRDEF(XLINES, "chunk has too many lines") | 119 | ERRDEF(XLINES, "chunk has too many lines") |
123 | ERRDEF(XLEVELS, "chunk has too many syntax levels") | 120 | ERRDEF(XLEVELS, "chunk has too many syntax levels") |
124 | ERRDEF(XNUMBER, "malformed number") | 121 | ERRDEF(XNUMBER, "malformed number") |