# New Ticket Created by  Joe Yates 
# Please include the string:  [perl #20666]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=20666 >


Line numbers reported by Assemble.pl are array indices AFTER the removal of 
macros.

This code:
xxx
.constant FirstConstant "1"
yyy
.constant SecondConstant "2"
zzz

Gets this error:
Couldn't find operator 'xxx' on line 1.
Couldn't find operator 'yyy' on line 2.
Couldn't find operator 'zzz' on line 3.

The second and third errors should report lines 2 and 3.

Joe Yates



Reply via email to