aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 56be4bb9..89e67496 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -182,6 +182,7 @@ ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)")
182 182
183#if LJ_HASBUFFER 183#if LJ_HASBUFFER
184/* String buffer errors. */ 184/* String buffer errors. */
185ERRDEF(BUFFER_SELF, "cannot put buffer into itself")
185ERRDEF(BUFFER_BADOPT, "bad options table") 186ERRDEF(BUFFER_BADOPT, "bad options table")
186ERRDEF(BUFFER_BADENC, "cannot serialize " LUA_QS) 187ERRDEF(BUFFER_BADENC, "cannot serialize " LUA_QS)
187ERRDEF(BUFFER_BADDEC, "cannot deserialize tag 0x%02x") 188ERRDEF(BUFFER_BADDEC, "cannot deserialize tag 0x%02x")