gdb/doc: space out list entries, fix one type
[deliverable/binutils-gdb.git] / gdb / gdb_obstack.h
index fb9295f5020a27c7c1364d526acb98a0b8c16b41..9b1d907678f58109ae44bab3786722c1bec3bb62 100644 (file)
@@ -125,6 +125,8 @@ struct auto_obstack : obstack
   ~auto_obstack ()
   { obstack_free (this, NULL); }
 
+  DISABLE_COPY_AND_ASSIGN (auto_obstack);
+
   /* Free all memory in the obstack but leave it valid for further
      allocation.  */
   void clear ()
This page took 0.023813 seconds and 4 git commands to generate.