From: Roland Scheidegger Date: Tue, 8 Dec 2009 16:44:51 +0000 (+0100) Subject: cell: use boolean instead of bool X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=849a0644ada6ed7c3576babc3b348bee227118ff;p=mesa.git cell: use boolean instead of bool --- diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fp.c b/src/gallium/drivers/cell/ppu/cell_gen_fp.c index 1895a7940c4..1d8a11a4ac9 100644 --- a/src/gallium/drivers/cell/ppu/cell_gen_fp.c +++ b/src/gallium/drivers/cell/ppu/cell_gen_fp.c @@ -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);