forked from Imagelibrary/binutils-gdb
* utils.c (do_obstack_free): New function.
(make_cleanup_obstack_free): Likewise. * defs.h (make_cleanup_obstack_free): Declare.
This commit is contained in:
@@ -366,6 +366,9 @@ extern struct cleanup *make_cleanup_fclose (FILE *file);
|
||||
|
||||
extern struct cleanup *make_cleanup_bfd_close (bfd *abfd);
|
||||
|
||||
struct obstack;
|
||||
extern struct cleanup *make_cleanup_obstack_free (struct obstack *obstack);
|
||||
|
||||
extern struct cleanup *make_cleanup_restore_integer (int *variable);
|
||||
|
||||
extern struct cleanup *make_final_cleanup (make_cleanup_ftype *, void *);
|
||||
|
||||
Reference in New Issue
Block a user