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

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

2003-05-31 Thread Bryan C. Warnock
# New Ticket Created by "Bryan C. Warnock" # Please include the string: [perl #22386] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22386 > As mentioned previously. Makes IMCC and PASM constant keywords consistent, with '