commit bash-20050407 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:45:44 -05:00
parent b5183a70f4
commit 233564d28e
35 changed files with 12134 additions and 1286 deletions
+2 -1
View File
@@ -369,7 +369,6 @@ shell_control_structure (type)
{
switch (type)
{
case cm_for:
#if defined (ARITH_FOR_COMMAND)
case cm_arith_for:
#endif
@@ -386,7 +385,9 @@ shell_control_structure (type)
case cm_while:
case cm_until:
case cm_if:
case cm_for:
case cm_group:
case cm_function_def:
return (1);
default: