removed C99 stdbool.h from the "official" interface in be.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 5 Aug 2008 16:49:39 +0000 (16:49 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 5 Aug 2008 16:49:39 +0000 (16:49 +0000)
[r21000]

ir/be/mips/bearch_mips.c

index 29dbf64..7e4f253 100644 (file)
@@ -998,11 +998,11 @@ static asm_constraint_flags_t mips_parse_asm_constraint(const void *self,
        return ASM_CONSTRAINT_FLAG_INVALID;
 }
 
-static bool mips_is_valid_clobber(const void *self, const char *clobber)
+static int mips_is_valid_clobber(const void *self, const char *clobber)
 {
        (void) self;
        (void) clobber;
-       return false;
+       return 0;
 }
 
 const arch_isa_if_t mips_isa_if = {