summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-02-08 07:43:26 +0000
committerobrien <obrien@FreeBSD.org>2000-02-08 07:43:26 +0000
commit049c6bbad03e47e3215ece2def41d171d4d7dd13 (patch)
treefc7eb2a086e24adead0c5f81e13925e143715141 /release/picobsd
parentbcb32823be5f02644ad81cf37952accd5b07a80f (diff)
downloadFreeBSD-src-049c6bbad03e47e3215ece2def41d171d4d7dd13.zip
FreeBSD-src-049c6bbad03e47e3215ece2def41d171d4d7dd13.tar.gz
There is a problem in that one cannot use ctype.h at the same time as parts
of the C++ stdlib. Our ctype.h uses symbols of the form _<X> to denote the various character classes. Our ctype.h also extends the usual ctype.h offering by adding the "_T" (special) class. Problem is parts of the STL also use the symbol "_T" as its parameterized type. These two uses are incompatible. Thus change the form of the symbols used in ctype to something that fixes the current problem and is less likely to cause conflicts in the future. Requested by: Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp> Ok'ed by: JKH
Diffstat (limited to 'release/picobsd')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud