* ldmisc.c: Include <stdarg.h> rather than <varargs.h> if
authorIan Lance Taylor <ian@airs.com>
Fri, 12 Jan 1996 20:01:17 +0000 (20:01 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 12 Jan 1996 20:01:17 +0000 (20:01 +0000)
commit23cb3b650466e01046357408bb097e2e33132b41
tree80219cdbf6a7f19b030edf7c263f180f7f79e5eb
parent6ddc0baaf9e9a7fc0340e8092a59e9f020484fae
* ldmisc.c: Include <stdarg.h> rather than <varargs.h> if
ANSI_PROTOTYPES is defined.  Remove special handling of
WINDOWS_NT.  Various indendation fixes.
(vfinfo): Change fmt parameter to const char *.
(info_msg): Write <stdarg.h> version.
(einfo, minfo, finfo): Likewise.
(info_assert): Change file parameter to const char *.
* ldmisc.h (einfo, minfo, info_msg): If ANSI_PROTOTYPES is
defined, use a real prototype.
(info_assert): Change first parameter to be const char *.
ld/ChangeLog
ld/ldmisc.c
ld/ldmisc.h