aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_lib.h')
-rw-r--r--src/lj_lib.h5
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
112typedef struct RandomState RandomState;
113LJ_FUNC uint64_t LJ_FASTCALL lj_math_random_step(RandomState *rs);
114
115#endif 110#endif