summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-21 14:29:54 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-21 14:29:54 +0000
commit2047a1785bd3f2f9fc5cec210e9cff1bef51ebee (patch)
tree0eba10e5add35fcff4b47798491eb9970f8fdd50
parent06f180c3a7b352057b99bb3ed20c051d51cd4f63 (diff)
downloadgnome-common-2047a1785bd3f2f9fc5cec210e9cff1bef51ebee.tar.gz
fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf()
* vsnprintf.c: fixed incorrect ChangeLog entry; I did not add a prototype for vsnprintf() yesterday, I just changed its actual declaration on systems defining __STDC__ to avoid a clash with the prototype in some system header file. svn path=/trunk/; revision=217
-rw-r--r--support/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 47061fe..8e84e04 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -9,11 +9,12 @@
1998-05-19 Martin Baulig <martin@home-of-linux.org>
- * vsnprintf.c (vsnprintf): Added prototype for systems
- defining __STDC__.
+ * vsnprintf.c (vsnprintf): Changed declaration of this
+ function on systems defining __STDC__ to avoid clash
+ with prototype in system header file.
* vsnprintf.c (snprintf): Moved toward the end of the
- file, that the compiler gets correct prototype for
+ file, so that the compiler sees correct declaration for
vsnprintf().
1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no>