Source-Changes-HG archive

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

[src/trunk]: src _ISO_C99_SOURCE -> _ISOC99_SOURCE



details:   https://anonhg.NetBSD.org/src/rev/63623d7dd525
branches:  trunk
changeset: 553890:63623d7dd525
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Oct 22 15:51:18 2003 +0000

description:
_ISO_C99_SOURCE -> _ISOC99_SOURCE

diffstat:

 include/ctype.h       |  4 ++--
 sys/sys/featuretest.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e50102fed0a8 -r 63623d7dd525 include/ctype.h
--- a/include/ctype.h   Wed Oct 22 15:50:39 2003 +0000
+++ b/include/ctype.h   Wed Oct 22 15:51:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctype.h,v 1.24 2003/08/07 09:44:09 agc Exp $   */
+/*     $NetBSD: ctype.h,v 1.25 2003/10/22 15:51:18 kleink Exp $        */
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -78,7 +78,7 @@
 int    _toupper __P ((int));
 #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)
 int    isblank __P ((int));
 #endif
diff -r e50102fed0a8 -r 63623d7dd525 sys/sys/featuretest.h
--- a/sys/sys/featuretest.h     Wed Oct 22 15:50:39 2003 +0000
+++ b/sys/sys/featuretest.h     Wed Oct 22 15:51:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: featuretest.h,v 1.5 2003/04/29 12:50:16 bjh21 Exp $    */
+/*     $NetBSD: featuretest.h,v 1.6 2003/10/22 15:52:07 kleink Exp $   */
 
 /*
  * Written by Klaus Klein <kleink%NetBSD.ORG@localhost>, February 2, 1998.
@@ -53,7 +53,7 @@
  * are:
  *
  * _REENTRANT
- * _ISO_C99_SOURCE
+ * _ISOC99_SOURCE
  * _LARGEFILE_SOURCE           Large File Support
  *             <http://ftp.sas.com/standards/large.file/x_open.20Mar96.html>
  */



Home | Main Index | Thread Index | Old Index