X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/99a33b77e15b9a075024701d060d912b2fd87caf..a5128e3ded506a54619177d9a7c95d58463baace:/msdos/inttypes.h diff --git a/msdos/inttypes.h b/msdos/inttypes.h index e21f1b1055..7469ea07b7 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-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -30,6 +30,9 @@ along with GNU Emacs. If not, see . */ #else /* __DJGPP__ < 2.04 */ #include #define strtoumax strtoull +#define strtoimax strtoll +#define PRIuMAX "llu" +#define PRIdMAX "lld" #endif /* __DJGPP__ < 2.04 */ #endif