changeset 4332:b459be4ef089

* addext.c (addext): Use assignment rather than cast, to avoid warnings on some platforms.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 28 May 2003 23:31:20 +0000
parents 1d4f08d8d476
children fcd34d3861a4
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Wed May 28 23:31:00 2003 +0000
+++ b/lib/ChangeLog	Wed May 28 23:31:20 2003 +0000
@@ -1,5 +1,8 @@
 2003-05-28  Paul Eggert  <eggert@twinsun.com>
 
+	* addext.c (addext): Use assignment rather than cast, to avoid
+	warnings on some platforms.
+
 	* mktime.c (__mktime_internal): Do not reject negative timestamps
 	arbitrarily.