commit bash-20101022 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:08:43 -05:00
parent 048b249ea3
commit bf19c529dd
12 changed files with 62 additions and 117 deletions
+1
View File
@@ -103,6 +103,7 @@
#ifndef TOCTRL
/* letter to control char -- ASCII. The TOUPPER is in there so \ce and
\cE will map to the same character in $'...' expansions. */
/* XXX - should this be TOUPPER(x) ^ x040 ? */
# define TOCTRL(x) (TOUPPER(x) & 037)
#endif
#ifndef UNCTRL