diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-20 21:32:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-20 21:32:40 +0000 |
commit | d5f7eb28977b217ad389aa775832fa28071e1ede (patch) | |
tree | c12181f679aadced1977d9f732a9b108c343f010 /config.h.W32.template | |
parent | 3e6f48b444d890fd9bde802e35387e27eba33b2d (diff) | |
download | gunmake-d5f7eb28977b217ad389aa775832fa28071e1ede.tar.gz |
* A couple of nits.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index 606c93c..4335776 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -28,7 +28,7 @@ /* Define to `unsigned long' or `unsigned long long' if <inttypes.h> doesn't define. */ -#define uintmax_t unsigned long long +#define uintmax_t unsigned long /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t |