Re: [COMMIT] IMCC bug fixes and changes

2003-11-19 Thread Melvin Smith
At 10:52 AM 11/19/2003 +0100, Leopold Toetsch wrote: Melvin Smith <[EMAIL PROTECTED]> wrote: > 2) IMCC labels can no longer start with #, although they may > contain embedded # Suboptimal. Label starting with an underscore are global labels and get an entry in the fixup-table. Then we'll have t

Re: [COMMIT] IMCC bug fixes and changes

2003-11-19 Thread Leopold Toetsch
Melvin Smith <[EMAIL PROTECTED]> wrote: > 2) IMCC labels can no longer start with #, although they may > contain embedded # Suboptimal. Label starting with an underscore are global labels and get an entry in the fixup-table. > Reasoning: Its a bit ambiguous to the eye, which isn't too bad