# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45409] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45409 >
Hi, In the early days before some major changes to the parrot calling conventions, there was a difference between a sub defined using ".sub" and ".pcc_sub". (IIUC). Again, IIUC, this difference is no more. It does not matter anymore whether you define a sub using ".pcc_sub" or ".sub". Therefore, in order to keep IMCC simple and remove syntax redundancy, I propose to remove the ".pcc_sub" directive from IMCC. regards, kjs