diff options
Diffstat (limited to '')
-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 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. */ |
185 | ERRDEF(BUFFER_SELF, "cannot put buffer into itself") | ||
185 | ERRDEF(BUFFER_BADOPT, "bad options table") | 186 | ERRDEF(BUFFER_BADOPT, "bad options table") |
186 | ERRDEF(BUFFER_BADENC, "cannot serialize " LUA_QS) | 187 | ERRDEF(BUFFER_BADENC, "cannot serialize " LUA_QS) |
187 | ERRDEF(BUFFER_BADDEC, "cannot deserialize tag 0x%02x") | 188 | ERRDEF(BUFFER_BADDEC, "cannot deserialize tag 0x%02x") |