summaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-25 20:14:54 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-25 20:14:54 -0200
commit50e29525936be4891f9db090f293432913b5f7c0 (patch)
tree8e487b87f82761e15cd096ac345354f57f38fedc /llimits.h
parentb217ae644e3a83def93be2fe742e2cd0970e1a5f (diff)
downloadlua-50e29525936be4891f9db090f293432913b5f7c0.tar.gz
lua-50e29525936be4891f9db090f293432913b5f7c0.tar.bz2
lua-50e29525936be4891f9db090f293432913b5f7c0.zip
first version of dynamic stack
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llimits.h b/llimits.h
index 1b5b3e04..588c770b 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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