Add base 'enable/disable invalid location range' tests
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index 60109a0da2e12c8d804978f5a73858a4b988cf30..accb1f03471730b794a4eba99a9116d893f4c1b2 100644 (file)
@@ -212,7 +212,15 @@ extern struct block *finish_block (struct symbol *symbol,
 extern void record_block_range (struct block *,
                                 CORE_ADDR start, CORE_ADDR end_inclusive);
 
-extern void really_free_pendings (void *dummy);
+class scoped_free_pendings
+{
+public:
+
+  scoped_free_pendings () = default;
+  ~scoped_free_pendings ();
+
+  DISABLE_COPY_AND_ASSIGN (scoped_free_pendings);
+};
 
 extern void start_subfile (const char *name);
 
This page took 0.024767 seconds and 4 git commands to generate.