diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-25 20:14:54 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-25 20:14:54 -0200 |
commit | 50e29525936be4891f9db090f293432913b5f7c0 (patch) | |
tree | 8e487b87f82761e15cd096ac345354f57f38fedc /llimits.h | |
parent | b217ae644e3a83def93be2fe742e2cd0970e1a5f (diff) | |
download | lua-50e29525936be4891f9db090f293432913b5f7c0.tar.gz lua-50e29525936be4891f9db090f293432913b5f7c0.tar.bz2 lua-50e29525936be4891f9db090f293432913b5f7c0.zip |
first version of dynamic stack
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -72,11 +72,6 @@ typedef unsigned char lu_byte; | |||
72 | 72 | ||
73 | 73 | ||
74 | 74 | ||
75 | #ifndef DEFAULT_STACK_SIZE | ||
76 | #define DEFAULT_STACK_SIZE 1024 | ||
77 | #endif | ||
78 | |||
79 | |||
80 | 75 | ||
81 | /* type to ensure maximum alignment */ | 76 | /* type to ensure maximum alignment */ |
82 | #ifndef LUSER_ALIGNMENT_T | 77 | #ifndef LUSER_ALIGNMENT_T |