automake
[Top][All Lists]
Advanced

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

sub conditionals_true_when (@@)


From: Kalle Olavi Niemitalo
Subject: sub conditionals_true_when (@@)
Date: 13 Jun 2001 01:58:30 +0300

In the Automake version I got today from the trunk of
:pserver:address@hidden:/cvs/automake,
automake/automake.in contains a subroutine which begins
like this:

sub conditionals_true_when (@@)
{
    my (@conds, @whens) = @_;

That isn't going to work: @conds consumes the entire list, and
nothing is left to @whens.



reply via email to

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