summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-12 09:33:47 +0000
committertjr <tjr@FreeBSD.org>2004-08-12 09:33:47 +0000
commit3be0e9534f1f0da3bbe47f83c7ae9c1cf4ad10d0 (patch)
treef7f8ec32cf23745bddb29882d0117942b0d1a3c8 /include/Makefile
parent34ff85a68b0d1828aaafc4dd3a885b88c1ebef54 (diff)
downloadFreeBSD-src-3be0e9534f1f0da3bbe47f83c7ae9c1cf4ad10d0.zip
FreeBSD-src-3be0e9534f1f0da3bbe47f83c7ae9c1cf4ad10d0.tar.gz
Move some internal macros and inlines from ctype.h to a new file, _ctype.h,
which has been repo-copied from ctype.h. This will allow us to remove namespace pollution from <wctype.h> and to make wcwidth() an inline function without introducing more pollution.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 985f61e..6fdef2a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -5,7 +5,8 @@
CLEANFILES= osreldate.h version vers.c
SUBDIR= arpa protocols rpcsvc rpc
-INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
+INCS= _ctype.h a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h \
+ db.h \
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
fts.h ftw.h getopt.h glob.h grp.h \
hesiod.h histedit.h ieeefp.h ifaddrs.h \
OpenPOWER on IntegriCloud