# New Ticket Created by Jerry Gay # Please include the string: [perl #39791] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39791 >
everybody wanted the colon, and now we have it. it's time to lop off @these ungainly [EMAIL PROTECTED] an untested first attempt appears below. ~jerry Index: compilers/imcc/imcc.l =================================================================== --- compilers/imcc/imcc.l (revision 13249) +++ compilers/imcc/imcc.l (working copy) @@ -259,12 +259,6 @@ "method" return(METHOD); /* old compat cruft - the canonical colon names are below */ -<emit,INITIAL>"@MULTI" return(MULTI); -<emit,INITIAL>"@MAIN" return(MAIN); -<emit,INITIAL>"@LOAD" return(LOAD); -<emit,INITIAL>"@IMMEDIATE" return(IMMEDIATE); -<emit,INITIAL>"@POSTCOMP" return(POSTCOMP); -<emit,INITIAL>"@ANON" return(ANON); ":method" return(METHOD); <emit,INITIAL>":multi" return(MULTI);