[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strftime.c problem
From: |
Gerd Moellmann |
Subject: |
Re: strftime.c problem |
Date: |
Tue, 24 Oct 2000 17:39:33 +0200 (CEST) |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90 |
Kenichi Handa <address@hidden> writes:
> With this recent change:
> * strftime.c: Sync with glibc, file version 1.78.
> (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
> should no longer be used according to ISO 8601.
> Emacs can't be compiled on Solaris 2.6. At line 1372 of strftime.c,
> my_strftime is called with wrong number of arguments.
Could this be because of the code in #if, starting around line 444?
Maybe that should be different for Emacs?