[perl #55538] [RFC] ".macro_const" doesn't work in *.pir files

2008-06-17 Thread Andrew Whitworth via RT
General consensus (at least from what I've heard) is that this is useful to add in PIR files, so I've applied the patch and a few other updates and tests for it in r28473. Resolving ticket. --Andrew Whitworth

Re: [perl #55538] [RFC] ".macro_const" doesn't work in *.pir files

2008-06-16 Thread chromatic
On Sunday 15 June 2008 17:53:00 Andrew Whitworth via RT wrote: > The attached patch allows the .macro_const directive to be used in PIR > files, not just in PASM files. Previous behavior, apparently, was only > to allow the .macro_const directive to be used when in "PASM mode", > which doesn't mak

Re: [perl #55538] [RFC] ".macro_const" doesn't work in *.pir files

2008-06-16 Thread Will Coleda
On Sun, Jun 15, 2008 at 7:53 PM, Andrew Whitworth via RT <[EMAIL PROTECTED]> wrote: > The attached patch allows the .macro_const directive to be used in PIR > files, not just in PASM files. Previous behavior, apparently, was only > to allow the .macro_const directive to be used when in "PASM mode",

[perl #55538] [RFC] ".macro_const" doesn't work in *.pir files

2008-06-16 Thread Andrew Whitworth via RT
The attached patch allows the .macro_const directive to be used in PIR files, not just in PASM files. Previous behavior, apparently, was only to allow the .macro_const directive to be used when in "PASM mode", which doesn't make much sense, considering that all our low-level work is done in PIR and