]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Remove the only use of bool
authorVincent Pit <perl@profvince.com>
Mon, 31 Jul 2017 10:31:35 +0000 (12:31 +0200)
committerVincent Pit <perl@profvince.com>
Mon, 31 Jul 2017 10:31:35 +0000 (12:31 +0200)
autovivification.xs

index 5844328eae64768d4a9390e258dc45b102d686c4..34cd2da1d2f95747a38c518f1b58063fd2966d8d 100644 (file)
@@ -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) {