s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[external/binutils.git] / ld / ldmain.h
index f5d8b0d..0b3d02f 100644 (file)
@@ -1,5 +1,5 @@
 /* ldmain.h -
-   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2002
    Free Software Foundation, Inc.
 
    This file is part of GLD, the Gnu Linker.
 extern char *program_name;
 extern bfd *output_bfd;
 extern char *default_target;
-extern boolean trace_files;
-extern boolean trace_file_tries;
-extern boolean version_printed;
-extern boolean whole_archive;
-extern boolean demangling;
+extern bfd_boolean trace_files;
+extern bfd_boolean trace_file_tries;
+extern bfd_boolean version_printed;
+extern bfd_boolean whole_archive;
+extern bfd_boolean demangling;
 extern int g_switch_value;
 extern const char *output_filename;
 extern struct bfd_link_info link_info;