X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6ae1821f00fdc051a2c6b41d83afe9151c6093c1..c974b2fd4d86712b06138d4ea15a526395686ef9:/msdos/inttypes.h diff --git a/msdos/inttypes.h b/msdos/inttypes.h index 2c9b2b2cd1..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 Free Software Foundation, Inc. +Copyright (C) 2011-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -31,6 +31,8 @@ along with GNU Emacs. If not, see . */ #include #define strtoumax strtoull #define strtoimax strtoll +#define PRIuMAX "llu" +#define PRIdMAX "lld" #endif /* __DJGPP__ < 2.04 */ #endif