Ticket #55816: lua-5.2.4.macosx10.4.11.patch
File lua-5.2.4.macosx10.4.11.patch, 371 bytes (added by miniupnp (Thomas BERNARD), 7 years ago) |
---|
-
src/liolib.c
diff -ru lua-5.2.4-orig/src/liolib.c lua-5.2.4/src/liolib.c
old new 88 88 89 89 #if defined(LUA_USE_POSIX) /* { */ 90 90 91 #include <sys/types.h> 92 91 93 #define l_fseek(f,o,w) fseeko(f,o,w) 92 94 #define l_ftell(f) ftello(f) 93 95 #define l_seeknum off_t