From: Chris Hanson Date: Sun, 26 Jun 2011 07:53:51 +0000 (-0700) Subject: Add missing definitions. X-Git-Tag: release-9.1.0~18 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fa7e40e7cb0ae5bf9818f78a11cdd673b2d5eb1c;p=mit-scheme.git Add missing definitions. --- diff --git a/src/microcode/ntutl/config.h b/src/microcode/ntutl/config.h index f8436039f..00add9caf 100644 --- a/src/microcode/ntutl/config.h +++ b/src/microcode/ntutl/config.h @@ -57,6 +57,8 @@ typedef short nlink_t; #endif typedef unsigned char cc_t; +typedef long intmax_t; +typedef unsigned long uintmax_t; /* The number of bytes in a unsigned long. */ #define SIZEOF_UNSIGNED_LONG 4