Add ANSI-style declaration for _obstack_allocated_p.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 20 Jan 1992 15:35:52 +0000 (15:35 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 20 Jan 1992 15:35:52 +0000 (15:35 +0000)
v7/src/microcode/obstack.c

index c9cf561f05f71248bb1887c00d2281d09c91524c..7727fecd795eefce81f34d7fba551f48b3599f8e 100644 (file)
@@ -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;