diff options
Diffstat (limited to 'src/lj_lib.h')
-rw-r--r-- | src/lj_lib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lj_lib.h b/src/lj_lib.h index 83778b83..496bdb2a 100644 --- a/src/lj_lib.h +++ b/src/lj_lib.h | |||
@@ -107,9 +107,4 @@ LJ_FUNC int lj_lib_postreg(lua_State *L, lua_CFunction cf, int id, | |||
107 | #define LIBINIT_FFID 0xfe | 107 | #define LIBINIT_FFID 0xfe |
108 | #define LIBINIT_END 0xff | 108 | #define LIBINIT_END 0xff |
109 | 109 | ||
110 | /* Exported library functions. */ | ||
111 | |||
112 | typedef struct RandomState RandomState; | ||
113 | LJ_FUNC uint64_t LJ_FASTCALL lj_math_random_step(RandomState *rs); | ||
114 | |||
115 | #endif | 110 | #endif |