X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/257210319f10abebbfd7c12784cf3a8e112c3562..5f9e4b2e11adce9933af2267425b80dc536c4239:/msdos/inttypes.h diff --git a/msdos/inttypes.h b/msdos/inttypes.h index dba56f8376..aaadba3dfe 100644 --- a/msdos/inttypes.h +++ b/msdos/inttypes.h @@ -1,6 +1,6 @@ -/* Replacement inntypes.h file for building GNU Emacs on MS-DOS with DJGPP. +/* Replacement inttypes.h file for building GNU Emacs on MS-DOS with DJGPP. -Copyright (C) 2011-2012 Free Software Foundation, Inc. +Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -32,6 +32,7 @@ along with GNU Emacs. If not, see . */ #define strtoumax strtoull #define strtoimax strtoll #define PRIuMAX "llu" +#define PRIdMAX "lld" #endif /* __DJGPP__ < 2.04 */ #endif