* memattr.c (mem_command): Eliminate ``true'' and ``false''.
[deliverable/binutils-gdb.git] / gdb / osfsolib.c
index 2ef7947676bde4e27c728663b474d9cc59660886..345ab0831a9fdebea2b255a6c0eee1d36a7456ef 100644 (file)
@@ -253,7 +253,7 @@ solib_map_sections (char *arg)
     }
   /* Leave bfd open, core_xfer_memory and "info files" need it.  */
   so->abfd = abfd;
-  abfd->cacheable = true;
+  abfd->cacheable = 1;
 
   if (!bfd_check_format (abfd, bfd_object))
     {
This page took 0.026253 seconds and 4 git commands to generate.