Skip to content

Commit

Permalink
issue #157 fix build error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Jul 8, 2020
1 parent 73c2c64 commit 4bbcb90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions include/lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@ LUA_API int ravi_list_code(lua_State *L);
/* Returns a table with various system limits */
LUA_API int ravi_get_limits(lua_State *L);

/* Options */
LUA_API const char *raviV_options(struct lua_State *L);

/* Following are for debugging purposes only */
LUAI_DDEC int ravi_parser_debug;
LUA_API void ravi_set_debuglevel(int level);
Expand Down
3 changes: 0 additions & 3 deletions include/ravi_jit.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ void raviV_dumpASM(struct lua_State *L, struct Proto *p);
/* Return JIT backend identifier */
const char *raviV_jit_id(struct lua_State *L);

/* Options */
const char *raviV_options(struct lua_State *L);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 4bbcb90

Please sign in to comment.