>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> + return 1 if $comp eq 'TRUE'; Akim> + return 0 if ! defined $cond_vals{$comp}; Akim> I don't understand why you had TRUE here. I mean, it seems to Akim> me it's a `next' not a return. Conditionals are conjunctions, Akim> not disjunctions. Thanks. I fixed this. Tom
- Fix for PR 164 (?) Tom Tromey
- Re: Fix for PR 164 (?) Russ Allbery
- Re: Fix for PR 164 (?) Tom Tromey
- Re: Fix for PR 164 (?) Akim Demaille
- Tom Tromey