diff options
Diffstat (limited to 'gdb/compile/compile-internal.h')
-rw-r--r-- | gdb/compile/compile-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-internal.h b/gdb/compile/compile-internal.h index 406a369..9c0e989 100644 --- a/gdb/compile/compile-internal.h +++ b/gdb/compile/compile-internal.h @@ -21,7 +21,7 @@ /* Debugging flag for the "compile" family of commands. */ -extern int compile_debug; +extern bool compile_debug; struct block; |