OSDN Git Service

Oops, lost update to defs.h:null_cleanup().
authorAndrew Cagney <cagney@redhat.com>
Sat, 4 Mar 2000 01:15:32 +0000 (01:15 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 4 Mar 2000 01:15:32 +0000 (01:15 +0000)
gdb/ChangeLog
gdb/defs.h

index 800d622..a8da805 100644 (file)
@@ -13,6 +13,7 @@ Sat Mar  4 10:57:25 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        (make_cleanup_ftype): New typedef.  Make signature consistent with
        other function typedefs.  Document as not be used out side of
        make_cleanup code. Use in make_cleanup declarations.
+       (null_cleanup): Replace PTR with void*.
        
        * utils.c (make_cleanup, make_final_cleanup, make_run_cleanup,
        make_exec_cleanup, make_exec_error_cleanup, make_my_cleanup,
index d316afc..8a06f58 100644 (file)
@@ -334,7 +334,7 @@ extern void restore_my_cleanups (struct cleanup **, struct cleanup *);
 
 extern void free_current_contents (char **);
 
-extern void null_cleanup (PTR);
+extern void null_cleanup (void *);
 
 extern int myread (int, char *, int);