automake-patches
[Top][All Lists]
Advanced

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

Re: Add testcase for Automake::DisjConditions::ambiguous_p


From: Akim Demaille
Subject: Re: Add testcase for Automake::DisjConditions::ambiguous_p
Date: Tue, 12 Aug 2003 09:45:16 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

 > Index: lib/Automake/DisjConditions.pm
 > ===================================================================
 > RCS file: /cvs/automake/automake/lib/Automake/DisjConditions.pm,v
 > retrieving revision 1.7
 > diff -u -p -r1.7 DisjConditions.pm
 > --- lib/Automake/DisjConditions.pm 7 Aug 2003 21:20:12 -0000 1.7
 > +++ lib/Automake/DisjConditions.pm 9 Aug 2003 00:15:31 -0000
 > @@ -456,41 +456,35 @@ already been defined.
 
 >  sub ambiguous_p ($$$)
 >  {
 > -  my ($condset, $var, $cond) = @_;
 > +  my ($self, $var, $cond) = @_;
 
 > -  foreach my $vcond ($condset->conds)
 > +  # Note that these rules doesn't consider the following
 > +  # example as ambiguous.

s/doesn't/don't/




reply via email to

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