diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:09:11 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:09:11 -0500 |
commit | e05be32def741aff2237e1bb5ba5494ceca12654 (patch) | |
tree | eac8a7b29b833b57355cd1ac2a48cc010cf64ba3 /include | |
parent | bf19c529dd3f03b0dfc500900484c2d9fa221e23 (diff) | |
download | bash-e05be32def741aff2237e1bb5ba5494ceca12654.tar.gz |
commit bash-20101025 snapshot
Diffstat (limited to 'include')
-rw-r--r-- | include/chartypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/chartypes.h b/include/chartypes.h index 389d4fd3..77bcad97 100644 --- a/include/chartypes.h +++ b/include/chartypes.h @@ -103,7 +103,6 @@ #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 |