aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/extension.h')
-rw-r--r--gdb/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/extension.h b/gdb/extension.h
index 94a500d..258a77d 100644
--- a/gdb/extension.h
+++ b/gdb/extension.h
@@ -447,7 +447,7 @@ private:
The flag is checked in all extension languages that support cooperative
SIGINT handling, not just the current one. This simplifies transitions. */
-extern int check_quit_flag ();
+extern bool check_quit_flag ();
/* Set the quit flag.
This only sets the flag in the currently active extension language.