summaryrefslogtreecommitdiff
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 83c69ea8..d1db4386 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -139,6 +139,7 @@ ERRDEF(XFOR, LUA_QL("=") " or " LUA_QL("in") " expected")
139/* Bytecode reader errors. */ 139/* Bytecode reader errors. */
140ERRDEF(BCFMT, "cannot load incompatible bytecode") 140ERRDEF(BCFMT, "cannot load incompatible bytecode")
141ERRDEF(BCBAD, "cannot load malformed bytecode") 141ERRDEF(BCBAD, "cannot load malformed bytecode")
142ERRDEF(BCHEAD, "attempt to load bytecode with extra header")
142 143
143#if LJ_HASFFI 144#if LJ_HASFFI
144/* FFI errors. */ 145/* FFI errors. */