From 6eec1a0c05185e7fa8966b1727c5599061813ba2 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 19 May 1998 22:44:20 +0000 Subject: Added prototype for systems defining __STDC__. * vsnprintf.c (vsnprintf): Added prototype for systems defining __STDC__. * vsnprintf.c (snprintf): Moved toward the end of the file, that the compiler gets correct prototype for vsnprintf(). svn path=/trunk/; revision=206 --- support/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'support/ChangeLog') diff --git a/support/ChangeLog b/support/ChangeLog index bedffb5d..e5da677d 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,12 @@ +1998-05-19 Martin Baulig + + * vsnprintf.c (vsnprintf): Added prototype for systems + defining __STDC__. + + * vsnprintf.c (snprintf): Moved toward the end of the + file, that the compiler gets correct prototype for + vsnprintf(). + 1998-05-12 Kjartan Maraas * argp-help.c (argp_doc): Backed out previous "fix". :-) -- cgit v1.2.1