Change some psymtab fields to bool
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index bec622a10f5f925c0f67cab386928c0edbba72ee..d4d7901e914885b404f08a06a371acb2989cc09d 100644 (file)
@@ -2108,7 +2108,7 @@ dbx_psymtab_to_symtab_1 (struct objfile *objfile, struct partial_symtab *pst)
       read_ofile_symtab (objfile, pst);
     }
 
-  pst->readin = 1;
+  pst->readin = true;
 }
 
 /* Read in all of the symbols for a given psymtab for real.
This page took 0.023732 seconds and 4 git commands to generate.