diff ChangeLog @ 55:3b3750063786 noffle

[svn] * src/portable.h: Added file. This #defines some macros, so the code uses __snprintf() and __vsnprintf if snprintf and vsnprintf aren't available. This is the case on SunOS, for example.
author uh1763
date Tue, 09 May 2000 23:32:33 +0100
parents 125d79c9e586
children 688bd51704e0
line wrap: on
line diff
--- a/ChangeLog	Tue May 09 23:28:38 2000 +0100
+++ b/ChangeLog	Tue May 09 23:32:33 2000 +0100
@@ -20,6 +20,10 @@
    and logSignal() to RETSIGTYPE, which is either void or int, depending on
    the system you compile on (autoconf #defines the RETSIGTYPE).
 
+ * src/portable.h: Added file. This #defines some macros, so the code uses
+   __snprintf() and __vsnprintf if snprintf and vsnprintf aren't available.
+   This is the case on SunOS, for example.
+
 
 Sat May  6 12:25:39 BST 2000  Jim Hague <jim.hague@acm.org>