From: Guillermo J. Rozas Date: Mon, 20 Jan 1992 15:35:52 +0000 (+0000) Subject: Add ANSI-style declaration for _obstack_allocated_p. X-Git-Tag: 20090517-FFI~9969 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac789f966755872acbb23415e42f073af064d5c4;p=mit-scheme.git Add ANSI-style declaration for _obstack_allocated_p. --- diff --git a/v7/src/microcode/obstack.c b/v7/src/microcode/obstack.c index c9cf561f0..7727fecd7 100644 --- a/v7/src/microcode/obstack.c +++ b/v7/src/microcode/obstack.c @@ -155,6 +155,8 @@ _obstack_newchunk (h, length) This is here for debugging. If you use it in a program, you are probably losing. */ +extern int EXFUN (_obstack_allocated_p, (struct obstack *, POINTER)); + int _obstack_allocated_p (h, obj) struct obstack *h;