]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/listing.c
Use bool in gas
[thirdparty/binutils-gdb.git] / gas / listing.c
index 02eb245f1ebf537977544e59f2380e9eaf08df3a..88f0edf32176b215fdea6a16da80b0481206c15f 100644 (file)
@@ -560,7 +560,7 @@ rebuffer_line (file_info_type *  file,
   long pos;
   long pos2;
   int c;
-  bfd_boolean found = FALSE;
+  bool found = false;
 
   /* Sanity checks.  */
   if (file == NULL || buffer == NULL || size <= 1 || file->linenum <= linenum)
@@ -630,7 +630,7 @@ rebuffer_line (file_info_type *  file,
              if (current_line == linenum)
                {
                  /* We have found the start of the line we seek.  */
-                 found = TRUE;
+                 found = true;
 
                  /* FIXME: We could skip the read-in-the-line code
                     below if we know that we already have the whole