cell: use boolean instead of bool
authorRoland Scheidegger <sroland@vmware.com>
Tue, 8 Dec 2009 16:44:51 +0000 (17:44 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 8 Dec 2009 18:58:36 +0000 (19:58 +0100)
src/gallium/drivers/cell/ppu/cell_gen_fp.c

index 1895a7940c41a8bf308d526deaf0f32478e86047..1d8a11a4ac97175a2627cd66dff1f38691e75857 100644 (file)
@@ -995,7 +995,7 @@ static boolean
 emit_inequality(struct codegen *gen, const struct tgsi_full_instruction *inst)
 {
    int ch, s1_reg[4], s2_reg[4], d_reg[4], one_reg;
-   bool complement = FALSE;
+   boolean complement = FALSE;
 
    one_reg = get_const_one_reg(gen);