From ac789f966755872acbb23415e42f073af064d5c4 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 20 Jan 1992 15:35:52 +0000 Subject: [PATCH] Add ANSI-style declaration for _obstack_allocated_p. --- v7/src/microcode/obstack.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.25.1