Remove a VEC from type.c
[deliverable/binutils-gdb.git] / gdb / guile / scm-type.c
index ce67695b76ac01462d1300ed64ad5e7444d07f04..f2e7be3e4501e08b32ad15d131589d562c48c6ec 100644 (file)
@@ -224,7 +224,7 @@ tyscm_equal_p_type_smob (SCM type1_scm, SCM type2_scm)
 {
   type_smob *type1_smob, *type2_smob;
   struct type *type1, *type2;
-  int result = 0;
+  bool result = false;
 
   SCM_ASSERT_TYPE (tyscm_is_type (type1_scm), type1_scm, SCM_ARG1, FUNC_NAME,
                   type_smob_name);
This page took 0.02626 seconds and 4 git commands to generate.