aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r--src/lj_errmsg.h1
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")
91ERRDEF(STRPATE, "malformed pattern (ends with " LUA_QL("%") ")") 91ERRDEF(STRPATE, "malformed pattern (ends with " LUA_QL("%") ")")
92ERRDEF(STRPATM, "malformed pattern (missing " LUA_QL("]") ")") 92ERRDEF(STRPATM, "malformed pattern (missing " LUA_QL("]") ")")
93ERRDEF(STRPATU, "unbalanced pattern") 93ERRDEF(STRPATU, "unbalanced pattern")
94ERRDEF(STRPATX, "pattern too complex")
94ERRDEF(STRCAPI, "invalid capture index") 95ERRDEF(STRCAPI, "invalid capture index")
95ERRDEF(STRCAPN, "too many captures") 96ERRDEF(STRCAPN, "too many captures")
96ERRDEF(STRCAPU, "unfinished capture") 97ERRDEF(STRCAPU, "unfinished capture")