]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/gcc-interface/gigi.h
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to bool...
[gcc.git] / gcc / ada / gcc-interface / gigi.h
index 8c69e751a3314e432dd2fc88a34c41d186bb3131..c1f1217a59441d4c2d71715be6cb19e9b94cfa27 100644 (file)
@@ -422,8 +422,8 @@ extern GTY(()) tree gnat_raise_decls_ext[(int) LAST_REASON_CODE + 1];
 /* Routines expected by the gcc back-end. They must have exactly the same
    prototype and names as below.  */
 
-/* Returns nonzero if we are currently in the global binding level.  */
-extern int global_bindings_p (void);
+/* Return true if we are in the global binding level.  */
+extern bool global_bindings_p (void);
 
 /* Enter and exit a new binding level.  */
 extern void gnat_pushlevel (void);
This page took 0.034379 seconds and 5 git commands to generate.