[751] in Zephyr_Bugs
Re: zmailnotify should use varargs....
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Feb 27 15:33:28 1996
From: ghudson@MIT.EDU
Date: Tue, 27 Feb 1996 15:33:25 -0500
To: epeisach@MIT.EDU
Cc: bug-zephyr@MIT.EDU
In-Reply-To: "[746] in Zephyr_Bugs"
> For pop_command, the old variable numbre of argument passing does
> not work for DU.... This is a kludge, as configure should detect
> it.. (this is based on old sources, but the bug is still there)
Fixed, thanks.
Zephyr uses __STDC__ to determine whether or not to use stdargs or
varargs, because there are some public functions with variable
arguments and the internal function definitions have to agree with the
public header files.