commit bash-20101222 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:12:13 -05:00
parent e88665cc60
commit 89c77bc75b
87 changed files with 18450 additions and 3360 deletions
-12
View File
@@ -901,18 +901,6 @@ exp0 ()
curtok = NUM; /* make sure --x=7 is flagged as an error */
readtok ();
}
#if 0
else if (curtok == MINUS)
{
readtok ();
val = - exp0 ();
}
else if (curtok == PLUS)
{
readtok ();
val = exp0 ();
}
#endif
else if (curtok == LPAR)
{
readtok ();