X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/75c0d28a6a89e31172e2533ef9638c75af02dada..39aff4a79fc24148c317c3eacb2cb92e46981aa3:/msdos/inttypes.h diff --git a/msdos/inttypes.h b/msdos/inttypes.h index e21f1b1055..2f45b56a3f 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. -Copyright (C) 2011 Free Software Foundation, Inc. +Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -30,6 +30,8 @@ along with GNU Emacs. If not, see . */ #else /* __DJGPP__ < 2.04 */ #include #define strtoumax strtoull +#define strtoimax strtoll +#define PRIuMAX "llu" #endif /* __DJGPP__ < 2.04 */ #endif