summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52/lua-5.2.3-PATCHES/patch-02-lstring
blob: c42fb67edfa79894fd18f89e18a5032df13bf935 (plain)
1
2
3
4
5
6
7
8
9
10
11
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