]> code.delx.au - gnu-emacs/blobdiff - msdos/inttypes.h
Merge from origin/emacs-25
[gnu-emacs] / msdos / inttypes.h
index dba56f837606624930abf8b9195596f97df3740b..da61b117f45a6fe801425ad2d280a2b0255ba4dd 100644 (file)
@@ -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-201 Free Software Foundation, Inc.
+Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -32,6 +32,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define strtoumax strtoull
 #define strtoimax strtoll
 #define PRIuMAX   "llu"
+#define PRIdMAX   "lld"
 #endif /* __DJGPP__ < 2.04 */
 
 #endif