projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a8ba3
)
Add missing definitions.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 26 Jun 2011 07:53:51 +0000
(
00:53
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 26 Jun 2011 07:53:51 +0000
(
00:53
-0700)
src/microcode/ntutl/config.h
patch
|
blob
|
history
diff --git
a/src/microcode/ntutl/config.h
b/src/microcode/ntutl/config.h
index f8436039f8ff52b856b71f38033ee33219d75831..00add9caf95628f35d595ba1b944cc70b84c7f2c 100644
(file)
--- 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