From: Vincent Pit Date: Mon, 31 Jul 2017 10:31:35 +0000 (+0200) Subject: Remove the only use of bool X-Git-Tag: v0.17~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=fdfce5eb8dd5546bb8cbcd946c68b6d72068feee Remove the only use of bool --- diff --git a/autovivification.xs b/autovivification.xs index 5844328..34cd2da 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -984,7 +984,7 @@ static OP *(*a_old_ck_values)(pTHX_ OP *) = 0; static OP *a_ck_root(pTHX_ OP *o) { OP * (*old_ck)(pTHX_ OP *o) = 0; OP * (*new_pp)(pTHX) = 0; - bool enabled = FALSE; + int enabled = 0; UV hint = a_hint(); switch (o->op_type) {