Date: Thu, 7 Aug 1997 14:00:38 +0300 (IDT) From: Eli Zaretskii To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: '...' handling (with djgpp, although likely ubiquitous)... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 7 Aug 1997, Gisle Vanem wrote: > Incidently the va_end() macro does nothing on any platform I've > seen. What's the story behind it? Most platforms don't need it, but some do (those with weird stack architectures). Its purpose is to restore the stack after va_arg has walked it.