Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 While va_{start, arg, end} conform to ISO C90, ...
details: https://anonhg.NetBSD.org/src/rev/af4969d359b7
branches: trunk
changeset: 521755:af4969d359b7
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Feb 04 18:27:38 2002 +0000
description:
While va_{start,arg,end} conform to ISO C90, they were certainly not
introduced in there but ANSI C; pointed out by Charles.
diffstat:
share/man/man3/stdarg.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d9d1f58336ee -r af4969d359b7 share/man/man3/stdarg.3
--- a/share/man/man3/stdarg.3 Mon Feb 04 18:18:51 2002 +0000
+++ b/share/man/man3/stdarg.3 Mon Feb 04 18:27:38 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdarg.3,v 1.10 2001/09/11 16:53:14 wiz Exp $
+.\" $NetBSD: stdarg.3,v 1.11 2002/02/04 18:27:38 kleink Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -216,7 +216,7 @@
and
.Fn va_end
macros were introduced in
-.St -isoC90 .
+.St -ansiC .
The
.Fn va_copy
macro was introduced in
Home |
Main Index |
Thread Index |
Old Index