X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c9240d7a6eb3d8aaca76cd3abc8f099b6ecaff0a..d3155315c85212f224fc5df0239182dafdfd6284:/msdos/inttypes.h?ds=sidebyside 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