-rw-r--r-- | gcl/o/fasdump.c | 2 |
diff --git a/gcl/o/fasdump.c b/gcl/o/fasdump.c index 906c9a7a3..2a27e9dbe 100644 --- a/gcl/o/fasdump.c +++ b/gcl/o/fasdump.c @@ -29,7 +29,7 @@ static void clrhash(object); -object coerce_stream(); +object coerce_stream(object,int); static object fasd_patch_sharp(object x, int depth); object make_pathname (); |