From owner-cvs-sys Sat Jun 21 08:46:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA05358 for cvs-sys-outgoing; Sat, 21 Jun 1997 08:46:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA05299; Sat, 21 Jun 1997 08:45:49 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04009; Sat, 21 Jun 1997 08:45:15 -0700 (PDT) Date: Sat, 21 Jun 1997 08:45:15 -0700 (PDT) Message-Id: <199706211545.IAA04009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include stdarg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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