aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2020-01-01 04:15:27 +0000
committerPaul Eggert2019-12-31 20:18:22 -0800
commit12d004d6eee2d136825df92eca33eaa6b705030b (patch)
treebcb7c98c4e61fa819e04ab358ad4beaaf4cd361b /admin
parent87772ffe317897b781b2ef8b3bcaa9b6c077311c (diff)
downloademacs-12d004d6eee2d136825df92eca33eaa6b705030b.tar.gz
emacs-12d004d6eee2d136825df92eca33eaa6b705030b.zip
Assume C99-style ‘long long’
Now that Gnulib assumes ‘long long’, it is a good time to clean out old cruft porting to pre-C99 compilers that lack it. * src/data.c (ULL_WIDTH, ULL_MAX): Remove. All uses replaced by ULLONG_WIDTH, ULLONG_MAX. (bits_word_to_host_endian): Assume ‘unsigned long long’. By the way, the old code had a performance typo: it used HAVE_UNSIGNED_LONG_LONG where it should have used HAVE_UNSIGNED_LONG_LONG_INT. * src/sysdep.c (ULLONG_MAX): Remove, as lib/limits.h does this now. (time_from_jiffies) [GNU_LINUX]: Assume ‘long long’.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index ea99d50094f..ce9a44436d8 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -201,7 +201,6 @@ HAVE_LIBXML2
201HAVE_LIBXMU 201HAVE_LIBXMU
202HAVE_LOCALTIME_R 202HAVE_LOCALTIME_R
203HAVE_LOCAL_SOCKETS 203HAVE_LOCAL_SOCKETS
204HAVE_LONG_LONG_INT
205HAVE_LRAND48 204HAVE_LRAND48
206HAVE_LSTAT 205HAVE_LSTAT
207HAVE_LUTIMES 206HAVE_LUTIMES
@@ -322,7 +321,6 @@ HAVE_TM_ZONE
322HAVE_TOUCHLOCK 321HAVE_TOUCHLOCK
323HAVE_TZNAME 322HAVE_TZNAME
324HAVE_TZSET 323HAVE_TZSET
325HAVE_UNSIGNED_LONG_LONG_INT
326HAVE_UTIL_H 324HAVE_UTIL_H
327HAVE_UTIMENSAT 325HAVE_UTIMENSAT
328HAVE_UTIMES 326HAVE_UTIMES