Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/sys Pull up following revision(s) (requested by joerg...
details: https://anonhg.NetBSD.org/src/rev/3f1c36fde0de
branches: netbsd-7
changeset: 799328:3f1c36fde0de
user: snj <snj%NetBSD.org@localhost>
date: Fri May 15 03:52:38 2015 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #767):
sys/sys/ctype_inline.h: revision 1.4
Fix spelling of feature test macro.
diffstat:
sys/sys/ctype_inline.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b0732faaa339 -r 3f1c36fde0de sys/sys/ctype_inline.h
--- a/sys/sys/ctype_inline.h Fri May 15 03:50:36 2015 +0000
+++ b/sys/sys/ctype_inline.h Fri May 15 03:52:38 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctype_inline.h,v 1.3 2013/04/13 10:21:21 joerg Exp $ */
+/* $NetBSD: ctype_inline.h,v 1.3.10.1 2015/05/15 03:52:38 snj Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@@ -66,7 +66,7 @@
#define _toupper(c) ((c) - 'a' + 'A')
#endif
-#if defined(_ISO_C99_SOURCE) || (_POSIX_C_SOURCE - 0) > 200112L || \
+#if defined(_ISOC99_SOURCE) || (_POSIX_C_SOURCE - 0) > 200112L || \
(_XOPEN_SOURCE - 0) > 600 || defined(_NETBSD_SOURCE)
#define isblank(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL))
#endif
Home |
Main Index |
Thread Index |
Old Index