diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ | 2 | ** $Id: llimits.h,v 1.37 2002/02/14 21:43:01 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 | */ |
@@ -108,5 +108,10 @@ typedef unsigned long Instruction; | |||
108 | #endif | 108 | #endif |
109 | 109 | ||
110 | 110 | ||
111 | /* minimum size for the string table */ | ||
112 | #ifndef MINSTRTABSIZE | ||
113 | #define MINSTRTABSIZE 20 | ||
114 | #endif | ||
115 | |||
111 | 116 | ||
112 | #endif | 117 | #endif |