]> code.delx.au - gnu-emacs/blobdiff - msdos/inttypes.h
Link with LIB_TIMER_TIME as needed.
[gnu-emacs] / msdos / inttypes.h
index 6128cbf31557145be4127c4e39475455d467f37a..dba56f837606624930abf8b9195596f97df3740b 100644 (file)
@@ -31,6 +31,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stdlib.h>
 #define strtoumax strtoull
 #define strtoimax strtoll
+#define PRIuMAX   "llu"
 #endif /* __DJGPP__ < 2.04 */
 
 #endif