]> code.delx.au - gnu-emacs/blobdiff - msdos/inttypes.h
* lisp/progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
[gnu-emacs] / msdos / inttypes.h
index e21f1b1055c8f3696cf095a6290670943b5e8b7b..2c9b2b2cd1121135c6f204ed3fd05fd525f9f4e8 100644 (file)
@@ -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