commit bash-20130419 snapshot

This commit is contained in:
Chet Ramey
2013-05-06 08:40:57 -04:00
parent a37d979e7b
commit 2c511d383d
9 changed files with 582 additions and 731 deletions
-4
View File
@@ -94,11 +94,7 @@
/* Maximum amount of recursion allowed. This prevents a non-integer
variable such as "num=num+2" from infinitely adding to itself when
"let num=num+2" is given. */
#if 0
#define MAX_EXPR_RECURSION_LEVEL 1024
#else
#define MAX_EXPR_RECURSION_LEVEL 16
#endif
/* The Tokens. Singing "The Lion Sleeps Tonight". */