Explorar el Código

Remove setjmp include

setjmp/longjmp are not used, so this include is not required
bel hace 10 años
padre
commit
8fdb21e534
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/mod_lua.inl

+ 0 - 1
src/mod_lua.inl

@@ -1,6 +1,5 @@
 #include <lua.h>
 #include <lauxlib.h>
-#include <setjmp.h>
 
 #ifdef _WIN32
 static void *mmap(void *addr, int64_t len, int prot, int flags, int fd,