* config.nt: Configure 64-bit integers.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Apr 2011 06:51:50 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Apr 2011 06:51:50 +0000 (23:51 -0700)
commitb28b879992f7637094ed9af008588143e0e58002
treeadfa944b09754d8662b0334b646a247542361918
parent47be4ab5001b31c7097749ec6d35d0c0a2f27b63
* config.nt: Configure 64-bit integers.

(BITS_PER_LONG_LONG): Define if C99-style long long and "%lld" work.
(EMACS_INT, BITS_PER_EMACS_INT, pI): Otherwise, define these if
__int64 and "%I64d" work.
nt/ChangeLog
nt/config.nt