sim: frv: fix up various missing prototype warnings
[binutils-gdb.git] / binutils / windmc.h
index 5c74124f442cad7301a4d5ba6567a77aa4c980ad..edea8735801e0e29bef26d0611491790418a9eef 100644 (file)
@@ -1,5 +1,5 @@
 /* windmc.h -- header file for windmc program.
-   Copyright (C) 2007-2020 Free Software Foundation, Inc.
+   Copyright (C) 2007-2021 Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
    This file is part of GNU Binutils.
@@ -89,9 +89,9 @@ void mc_set_inputfile (const char *);
 void mc_set_content (const unichar *);
 
 /* Lexer control variables. Used by mcparser.y file.  */
-extern bfd_boolean mclex_want_nl;
-extern bfd_boolean mclex_want_line;
-extern bfd_boolean mclex_want_filename;
+extern bool mclex_want_nl;
+extern bool mclex_want_line;
+extern bool mclex_want_filename;
 
 void mc_fatal (const char *, ...);
 void mc_warn (const char *, ...);