Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.c Subject: Re: Include the va_end! Message-ID: <5381@alice.uUCp> Date: Fri, 2-May-86 15:04:25 EDT Article-I.D.: alice.5381 Posted: Fri May 2 15:04:25 1986 Date-Received: Sat, 3-May-86 20:16:59 EDT References: <375@brl-smoke.ARPA> Organization: Bell Labs, Murray Hill Lines: 7 > The implementation is on the Pyramid 90x machine, the System V > part of it (it runs both 4.2 and System V at the same time!), > where va_end is defined to be an '}'. That implementation is simply wrong. va_end is intended to be executed (to free memory possibly acquired by va_start). It is **not** intended to be a syntactic entity.