automake
[Top][All Lists]
Advanced

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

Re: 52-yacc-am.patch


From: Tom Tromey
Subject: Re: 52-yacc-am.patch
Date: 09 Apr 2001 09:45:27 -0600

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

Akim> -    my $c_suffix = $yacc_suffix;
Akim> -    $c_suffix =~ tr/y/c/;
Akim> -    push (@suffixes, $yacc_suffix, $c_suffix);

Tom> Deleting this push seems wrong.
Tom> How else does this stuff end up on suffixes?

Akim> It is obtained via the loading of yacc.am which contains a suffix
Akim> rule, and @suffixes is then filled.

Ok, it is done in rule_define.
I think this patch is ok.

Tom



reply via email to

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