summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 22:09:11 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 22:09:11 -0500
commite05be32def741aff2237e1bb5ba5494ceca12654 (patch)
treeeac8a7b29b833b57355cd1ac2a48cc010cf64ba3 /include
parentbf19c529dd3f03b0dfc500900484c2d9fa221e23 (diff)
downloadbash-e05be32def741aff2237e1bb5ba5494ceca12654.tar.gz
commit bash-20101025 snapshot
Diffstat (limited to 'include')
-rw-r--r--include/chartypes.h1
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