]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Guard inclusion of stdarg.h and definition of VA_START
authorJim Meyering <jim@meyering.net>
Thu, 24 Oct 1996 04:46:33 +0000 (04:46 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 24 Oct 1996 04:46:33 +0000 (04:46 +0000)
commitb8ad9be9085020c99d062fc53285063dd6b04fae
tree32d17bf744909f73e7f34f3f423b8d73825f23d6
parent2be918d5cd380343fcadbf66594e8339b7e19eb2
Guard inclusion of stdarg.h and definition of VA_START
with #if PROTOTYPES rather than with #ifdef __STDC__.  The latter
loses with Dynix/PTX.
(wrapf) [PROTOTYPES]: Similarly, guard ANSI-style ... definition.
Suggestion from Marcus Daniels.
src/stty.c