aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index 4463e0c0..c60e1fd7 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.107 2013/05/29 14:04:15 roberto Exp roberto $ 2** $Id: llimits.h,v 1.108 2013/06/19 14:27:00 roberto Exp roberto $
3** Limits, basic types, and some other `installation-dependent' definitions 3** Limits, basic types, and some other `installation-dependent' definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -155,7 +155,7 @@ typedef lu_int32 Instruction;
155 155
156/* minimum size for the string table (must be power of 2) */ 156/* minimum size for the string table (must be power of 2) */
157#if !defined(MINSTRTABSIZE) 157#if !defined(MINSTRTABSIZE)
158#define MINSTRTABSIZE 32 158#define MINSTRTABSIZE 64 /* minimum size for "predefined" strings */
159#endif 159#endif
160 160
161 161