Jerry Gay via RT schrieb:
On 5/4/07, via RT Mark Glines <[EMAIL PROTECTED]> wrote:
* Standardize on PARROT_*_GUARD style names for these lines (some
headers used a style that looks like "__PIRLEXER_H" instead)
It looks like the __FOO_H convention was only used in compilers/pirc.
There are no generated files there.
there's a problem here... compilers/imcc/pirlexer.h is a *generated*
header file. next time somebody runs C<perl Configure.pl --maintainer>
to make lexer changes, this file will be regenerated by bison, and
your changes will be lost.
I have been skimming through the *.y and the *.l files and found
no header guards. AFAIK lex and yacc produce no guards, so this
should be fine as well.
Regards,
Bernhard