diff options
author | Mike Pall <mike> | 2024-01-31 14:29:23 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2024-01-31 14:29:23 +0100 |
commit | 14987af80ab583514f19ef36d1023655324fc757 (patch) | |
tree | 965f9abcc08c9af91bc98daa4193c508847cdee8 /src/luajit_rolling.h | |
parent | e6c0ade97c6b250a44e8f4b964024a22d913b860 (diff) | |
download | luajit-14987af80ab583514f19ef36d1023655324fc757.tar.gz luajit-14987af80ab583514f19ef36d1023655324fc757.tar.bz2 luajit-14987af80ab583514f19ef36d1023655324fc757.zip |
Prevent include of luajit_rolling.h.
Thanks to Peter Cawley. #1145
Diffstat (limited to '')
-rw-r--r-- | src/luajit_rolling.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luajit_rolling.h b/src/luajit_rolling.h index 27368836..e7ff2c23 100644 --- a/src/luajit_rolling.h +++ b/src/luajit_rolling.h | |||
@@ -67,4 +67,5 @@ LUA_API int luaJIT_setmode(lua_State *L, int idx, int mode); | |||
67 | /* Enforce (dynamic) linker error for version mismatches. Call from main. */ | 67 | /* Enforce (dynamic) linker error for version mismatches. Call from main. */ |
68 | LUA_API void LUAJIT_VERSION_SYM(void); | 68 | LUA_API void LUAJIT_VERSION_SYM(void); |
69 | 69 | ||
70 | #error "DO NOT USE luajit_rolling.h -- only include build-generated luajit.h" | ||
70 | #endif | 71 | #endif |