]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/guile/scm-auto-load.c
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / guile / scm-auto-load.c
index cadf987b6f219e2a3bf5f8d684299d3fe14663a0..4685969348098c8211b711d1ee373380474b22ca 100644 (file)
@@ -30,7 +30,7 @@
    set auto-load guile-scripts on|off
    This is true if we should auto-load associated Guile scripts when an
    objfile is opened, false otherwise.  */
-static int auto_load_guile_scripts = 1;
+static bool auto_load_guile_scripts = true;
 
 /* "show" command for the auto_load_guile_scripts configuration variable.  */