Date: Sat, 27 Oct 2001 13:11:14 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen assert.c src/lib/libstand assert.c src/share/man/man3 assert.3 src/sys/sys cdefs.h Message-ID: <200110272011.f9RKBEU95023@freefall.freebsd.org>
index | next in thread | raw e-mail
mike 2001/10/27 13:11:10 PDT
Modified files:
lib/libc/gen assert.c
lib/libstand assert.c
share/man/man3 assert.3
sys/sys cdefs.h
Log:
Only provide function information in compile environments that support
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
Revision Changes Path
1.5 +10 -5 src/lib/libc/gen/assert.c
1.6 +7 -4 src/lib/libstand/assert.c
1.12 +9 -9 src/share/man/man3/assert.3
1.44 +7 -2 src/sys/sys/cdefs.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110272011.f9RKBEU95023>
