Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Include at least ctype_bits.h, even when not providi...



details:   https://anonhg.NetBSD.org/src/rev/f0c37afbd86f
branches:  trunk
changeset: 786448:f0c37afbd86f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Apr 28 19:39:56 2013 +0000

description:
Include at least ctype_bits.h, even when not providing the macros.

diffstat:

 include/ctype.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4703d641a193 -r f0c37afbd86f include/ctype.h
--- a/include/ctype.h   Sun Apr 28 17:01:28 2013 +0000
+++ b/include/ctype.h   Sun Apr 28 19:39:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctype.h,v 1.33 2013/04/26 17:35:52 joerg Exp $ */
+/*     $NetBSD: ctype.h,v 1.34 2013/04/28 19:39:56 joerg Exp $ */
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -95,6 +95,8 @@
 #if defined(_NETBSD_SOURCE) && !defined(_CTYPE_NOINLINE) && \
     !defined(__cplusplus)
 #include <sys/ctype_inline.h>
+#else
+#include <sys/ctype_bits.h>
 #endif
 
 #endif /* !_CTYPE_H_ */



Home | Main Index | Thread Index | Old Index