automake
[Top][All Lists]
Advanced

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

Re: 54-mying-changes.patch


From: Tom Tromey
Subject: Re: 54-mying-changes.patch
Date: 22 Feb 2001 18:19:43 -0700

>>>>> "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/;

Tom



reply via email to

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