Re: [perl #22386] [PATCH] Make .constant constantly .const

2003-06-01 Thread Bryan C. Warnock
On Sat, 2003-05-31 at 09:57, Bryan C. Warnock wrote: > On Sat, 2003-05-31 at 09:53, Leopold Toetsch wrote: > > Bryan C. Warnock <[EMAIL PROTECTED]> wrote: > > > > > As mentioned previously. Makes IMCC and PASM constant keywords > > > consistent, with '.const'. > > > > As mentioned previously ;-)

Re: [perl #22386] [PATCH] Make .constant constantly .const

2003-06-01 Thread Bryan C. Warnock
On Sat, 2003-05-31 at 09:53, Leopold Toetsch wrote: > Bryan C. Warnock <[EMAIL PROTECTED]> wrote: > > > As mentioned previously. Makes IMCC and PASM constant keywords > > consistent, with '.const'. > > As mentioned previously ;-) this doesn't work that simple. Imcc already > has: > > .const I

Re: [perl #22386] [PATCH] Make .constant constantly .const

2003-06-01 Thread Leopold Toetsch
Bryan C. Warnock <[EMAIL PROTECTED]> wrote: > As mentioned previously. Makes IMCC and PASM constant keywords > consistent, with '.const'. As mentioned previously ;-) this doesn't work that simple. Imcc already has: .const ID = value and: #v+ $ IMCC=imcc perl t/harness t/o*/ma*.t t/op/macro