diff options
Diffstat (limited to 'Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring')
-rw-r--r-- | Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring b/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring deleted file mode 100644 index c42fb67edfa..00000000000 --- a/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur lua-5.2.3.orig/src/lstring.c lua-5.2.3/src/lstring.c ---- lua-5.2.3.orig/src/lstring.c2014-03-06 15:04:50.376201110 +0100 -+++ lua-5.2.3/src/lstring.c2014-03-03 16:55:19.978037000 +0100 -@@ -23,7 +23,7 @@ - ** compute its hash - */ - #if !defined(LUAI_HASHLIMIT) --#define LUAI_HASHLIMIT 5 -+#define LUAI_HASHLIMIT 6 - #endif - - |