automake
[Top][All Lists]
Advanced

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

Re: 54-mying-changes.patch


From: Akim Demaille
Subject: Re: 54-mying-changes.patch
Date: 23 Feb 2001 19:12:45 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Tom Tromey <address@hidden> writes:

> >>>>> "Akim" == Akim Demaille <address@hidden> writes:
> 
> Akim>         * automake.in: Mying changes.
> Akim>         (&handle_tags): Fix a bug uncovered by the previous mying 
> changes:
> Akim>         transform CONFIG into $config, not $xform.
> 
> I think this has a bug.
> It is ok if you fix it though.
> 
> Akim> -    local ($lex_suffix, $use_ylwrap) = @_;
> Akim> -    local ($c_suffix);
> Akim> +    my ($lex_suffix, $use_ylwrap) = @_;
> Akim> +
> Akim> +    my $c_suffix = $lex_suffix;
> Akim> +    $lex_suffix =~ tr/l/c/;
> 
> This assignment is backwards from what the old code did:
> 
> Akim> -    ($c_suffix = $lex_suffix) =~ tr/l/c/;

Thanks a lot, awk eyes :)



reply via email to

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