s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / ld / mri.c
index 62a7f08646c7325629545fdb11776fce60db7595..9e686b1c8549b8a69ebcf6e7dcd3667aee866b99 100644 (file)
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -243,8 +243,8 @@ mri_draw_tree ()
          tmp->next = NULL;
          tmp->spec.name = p->name;
          tmp->spec.exclude_name_list = NULL;
-         tmp->spec.sorted = false;
-         lang_add_wild (NULL, tmp, false);
+         tmp->spec.sorted = FALSE;
+         lang_add_wild (NULL, tmp, FALSE);
 
          /* If there is an alias for this section, add it too.  */
          for (aptr = alias; aptr; aptr = aptr->next)
@@ -254,8 +254,8 @@ mri_draw_tree ()
                tmp->next = NULL;
                tmp->spec.name = aptr->name;
                tmp->spec.exclude_name_list = NULL;
-               tmp->spec.sorted = false;
-               lang_add_wild (NULL, tmp, false);
+               tmp->spec.sorted = FALSE;
+               lang_add_wild (NULL, tmp, FALSE);
              }
 
          lang_leave_output_section_statement
This page took 0.024139 seconds and 4 git commands to generate.