Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.h
index 327a63313b40947b9199e2db585edb30d7b2d287..f159cb130a232cb7404f4ef408aa659adf6a17d0 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic C++ demangling support for GDB.
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,6 +29,6 @@ extern bool demangle;
 extern bool asm_demangle;
 
 /* Check if a character is one of the commonly used C++ marker characters.  */
-extern int is_cplus_marker (int);
+extern bool is_cplus_marker (int);
 
 #endif /* GDB_DEMANGLE_H */
This page took 0.026173 seconds and 4 git commands to generate.