Date: Sat, 21 Jun 1997 08:45:15 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include stdarg.h Message-ID: <199706211545.IAA04009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/06/21 08:45:15 PDT
Modified files:
sys/i386/include stdarg.h
Log:
Don't attempt to generate errors for unpromoted types in va_arg(),
since it is impossible to distinguish unpromoted types from small
(struct) types. Renamed __va_promote() to __va_size() since it is
related to sizes of args on the stack and not to promotion.
PR: 3884
Submitted by: mostly by arnej@math.ntnu.no (Arne Henrik Juul)
Obtained from: name of__va_size and some parentheses fixes from NetBSD
Revision Changes Path
1.9 +8 -14 src/sys/i386/include/stdarg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706211545.IAA04009>
