From: Jim Meyering Date: Sun, 27 Feb 2000 19:05:50 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aec394fbd41eb7d3a9f99eaf112df7fbd15a050;p=pspp . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a62af45046..0f071e1b8d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-02-27 Jim Meyering + * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/. + Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. + * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'. Declare malloc if needed.