diff options
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index d59d76a2..5b10dea8 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -91,6 +91,7 @@ ERRDEF(STRPATC, "invalid pattern capture") | |||
91 | ERRDEF(STRPATE, "malformed pattern (ends with " LUA_QL("%") ")") | 91 | ERRDEF(STRPATE, "malformed pattern (ends with " LUA_QL("%") ")") |
92 | ERRDEF(STRPATM, "malformed pattern (missing " LUA_QL("]") ")") | 92 | ERRDEF(STRPATM, "malformed pattern (missing " LUA_QL("]") ")") |
93 | ERRDEF(STRPATU, "unbalanced pattern") | 93 | ERRDEF(STRPATU, "unbalanced pattern") |
94 | ERRDEF(STRPATX, "pattern too complex") | ||
94 | ERRDEF(STRCAPI, "invalid capture index") | 95 | ERRDEF(STRCAPI, "invalid capture index") |
95 | ERRDEF(STRCAPN, "too many captures") | 96 | ERRDEF(STRCAPN, "too many captures") |
96 | ERRDEF(STRCAPU, "unfinished capture") | 97 | ERRDEF(STRCAPU, "unfinished capture") |