]> code.delx.au - gnu-emacs/blobdiff - msdos/inttypes.h
* etc/NEWS: Mention the new pcase patterns `seq' and `map'.
[gnu-emacs] / msdos / inttypes.h
index 9f59d4e1a2ee45c1ddcb3e2c6fd4732222605f9b..aaadba3dfe89258a286e569d0d7e9fd9e9bd9bde 100644 (file)
@@ -1,6 +1,6 @@
 /* Replacement inttypes.h file for building GNU Emacs on MS-DOS with DJGPP.
 
-Copyright (C) 2011-2014 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 <http://www.gnu.org/licenses/>.  */
 #define strtoumax strtoull
 #define strtoimax strtoll
 #define PRIuMAX   "llu"
+#define PRIdMAX   "lld"
 #endif /* __DJGPP__ < 2.04 */
 
 #endif