aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.patch
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-07-09 12:54:42 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-07-09 12:54:42 -0400
commitf0716b43984a724f5efd75f1a0d4d0c82d9a1c3b (patch)
tree7b4291377550de0588623f18836d2772ec935b27 /src/lfs.patch
parent7591a0599da60b8ead9df4e1789b69b4cd30778a (diff)
downloadtextadept-f0716b43984a724f5efd75f1a0d4d0c82d9a1c3b.tar.gz
textadept-f0716b43984a724f5efd75f1a0d4d0c82d9a1c3b.zip
Refactored bits of the Makefile and added Scintillua et. al. versioning.
Diffstat (limited to 'src/lfs.patch')
-rw-r--r--src/lfs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lfs.patch b/src/lfs.patch
deleted file mode 100644
index 2beb43f0..00000000
--- a/src/lfs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/lfs.c 2013-06-23 16:19:35.884341424 -0400
-+++ b/lfs.c 2013-06-23 16:19:49.028452052 -0400
-@@ -877,15 +877,6 @@
- {NULL, NULL},
- };
-
--#if LUA_VERSION_NUM > 501
--static void luaL_register (lua_State *L, const char *libname, const luaL_Reg *l)
--{
-- luaL_newlib (L, l);
-- lua_pushvalue (L, -1);
-- lua_setglobal (L, libname);
--}
--#endif
--
- int luaopen_lfs (lua_State *L) {
- dir_create_meta (L);
- lock_create_meta (L);