int->long for 64-bit systems.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 23 Jul 1992 12:36:48 +0000 (12:36 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 23 Jul 1992 12:36:48 +0000 (12:36 +0000)
v7/src/microcode/obstack.h

index e8eeefa1e0e86e95493d4302ccf764344bf6d5ab..98ba9e35b8f3ceaa3bbb9ff59f804ee874f8db88 100644 (file)
@@ -147,7 +147,7 @@ extern void
 #ifdef __STDC__
   extern void _obstack_newchunk (struct obstack *, int);
   extern void _obstack_free (struct obstack *, void *);
-  extern void _obstack_begin (struct obstack *, int, int,
+  extern void _obstack_begin (struct obstack *, int, long,
                              void *(*) (), void (*) ());
 #else
   extern void _obstack_newchunk ();