freebsd-src/usr.bin/mklocale
David E. O'Brien f506ed7467 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
2000-02-08 07:43:26 +00:00
..
ldef.h
lex.l There is a problem in that one cannot use ctype.h at the same time as parts 2000-02-08 07:43:26 +00:00
Makefile
mklocale.1
yacc.y There is a problem in that one cannot use ctype.h at the same time as parts 2000-02-08 07:43:26 +00:00