aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index d1dff19f..3df86c9b 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.137 2015/09/08 16:53:56 roberto Exp roberto $ 2** $Id: llimits.h,v 1.138 2015/09/22 14:18:24 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*/
@@ -195,7 +195,7 @@ typedef unsigned long Instruction;
195** makes a direct cache.) 195** makes a direct cache.)
196*/ 196*/
197#if !defined(STRCACHE_N) 197#if !defined(STRCACHE_N)
198#define STRCACHE_N 63 198#define STRCACHE_N 53
199#define STRCACHE_M 2 199#define STRCACHE_M 2
200#endif 200#endif
201 201