summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring
diff options
context:
space:
mode:
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-lstring12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 00000000000..c42fb67edfa
--- /dev/null
+++ b/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring
@@ -0,0 +1,12 @@
+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
+
+