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:
bd11640
)
Fix compilation error caused by change to "obstack.h".
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 7 Jan 2004 04:50:47 +0000
(
04:50
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 7 Jan 2004 04:50:47 +0000
(
04:50
+0000)
v7/src/microcode/obstack.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/obstack.c
b/v7/src/microcode/obstack.c
index c2ab5dfec804e4c527ed08c5f868328b33acba73..82fed3c9cc94df23d9206314e3f89c7ec27e8d41 100644
(file)
--- a/
v7/src/microcode/obstack.c
+++ b/
v7/src/microcode/obstack.c
@@
-57,7
+57,7
@@
_obstack_begin (h, size, alignment, chunkfun, freefun)
struct obstack *h;
int size;
long alignment;
- POINTER EXFUN ((*chunkfun), (
long
));
+ POINTER EXFUN ((*chunkfun), (
size_t
));
void EXFUN ((*freefun), (PTR));
{
register struct _obstack_chunk* chunk; /* points to new chunk */