aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index ae24db35..c14e0203 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.46 2002/10/08 18:46:08 roberto Exp roberto $ 2** $Id: llimits.h,v 1.47 2002/10/22 17:18:28 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*/
@@ -165,4 +165,10 @@ typedef unsigned long Instruction;
165#endif 165#endif
166 166
167 167
168/* maximum number of syntactical nested non-terminals */
169#ifndef LUA_MAXPARSERLEVEL
170#define LUA_MAXPARSERLEVEL 200
171#endif
172
173
168#endif 174#endif