summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-01 04:15:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2019-12-31 20:18:22 -0800
commit12d004d6eee2d136825df92eca33eaa6b705030b (patch)
treebcb7c98c4e61fa819e04ab358ad4beaaf4cd361b /test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
parent87772ffe317897b781b2ef8b3bcaa9b6c077311c (diff)
downloademacs-12d004d6eee2d136825df92eca33eaa6b705030b.tar.gz
emacs-12d004d6eee2d136825df92eca33eaa6b705030b.tar.bz2
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 'test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el')
0 files changed, 0 insertions, 0 deletions