diff options
| author | Paul Eggert | 2011-04-29 23:51:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-29 23:51:50 -0700 |
| commit | b28b879992f7637094ed9af008588143e0e58002 (patch) | |
| tree | adfa944b09754d8662b0334b646a247542361918 /nt/ChangeLog | |
| parent | 47be4ab5001b31c7097749ec6d35d0c0a2f27b63 (diff) | |
| download | emacs-b28b879992f7637094ed9af008588143e0e58002.tar.gz emacs-b28b879992f7637094ed9af008588143e0e58002.zip | |
* 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.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index ea4f7547962..4597478081b 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-04-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * config.nt: Configure 64-bit integers. | ||
| 4 | (BITS_PER_LONG_LONG): Define if C99-style long long and "%lld" work. | ||
| 5 | (EMACS_INT, BITS_PER_EMACS_INT, pI): Otherwise, define these if | ||
| 6 | __int64 and "%I64d" work. | ||
| 7 | |||
| 1 | 2011-04-28 Eli Zaretskii <eliz@gnu.org> | 8 | 2011-04-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * gmake.defs (ARCH): Fix error message in case of unknown | 10 | * gmake.defs (ARCH): Fix error message in case of unknown |
| @@ -2062,4 +2069,3 @@ | |||
| 2062 | 2069 | ||
| 2063 | You should have received a copy of the GNU General Public License | 2070 | You should have received a copy of the GNU General Public License |
| 2064 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 2071 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 2065 | |||