automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix for PR 164 (?)


From: Tom Tromey
Subject: Re: Fix for PR 164 (?)
Date: 08 May 2001 14:47:25 -0600

>>>>> "Akim" == Akim Demaille <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]