]> code.delx.au - gnu-emacs/blobdiff - msdos/inttypes.h
Minor fixes for MSDOS build to track latest changes.
[gnu-emacs] / msdos / inttypes.h
index e21f1b1055c8f3696cf095a6290670943b5e8b7b..6128cbf31557145be4127c4e39475455d467f37a 100644 (file)
@@ -1,6 +1,6 @@
 /* Replacement inntypes.h file for building GNU Emacs on MS-DOS with DJGPP.
 
-Copyright (C) 2011  Free Software Foundation, Inc.
+Copyright (C) 2011-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -30,6 +30,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #else  /* __DJGPP__ < 2.04 */
 #include <stdlib.h>
 #define strtoumax strtoull
+#define strtoimax strtoll
 #endif /* __DJGPP__ < 2.04 */
 
 #endif