Re: [perl #32607] [PATCH] The preprocessor changes "pmc" to an identifier

2004-11-27 Thread Leopold Toetsch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Here is a patch: Thanks, I've inserted that line. Please provide unified patches (patch -u | --unified). See also: perldoc -F docs/submissions.pod Please note that the preprocessor is still broken. It was merely intended to have a look at created c

Re: [perl #32607] [PATCH] The preprocessor changes "pmc" to an identifier

2004-11-26 Thread fglock
Here is a patch: file imcc/main.c 364a365 > case PMCV: printf("pmc ");break; A short snippet to show the problem: - $ cat bug2.pir pcc_sub _show_bug .param pmc show_pmc .local pmc show_again end $ parrot -E bug2.pir pcc_sub _show_bug param _show_bug show_pmc local show_pmc show_again e