]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - autovivification.xs
Remove the only use of bool
[perl/modules/autovivification.git] / 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) {