Author: infinoid Date: Mon Jan 19 14:31:21 2009 New Revision: 35776 Modified: trunk/src/pmc/packfilefixupentry.pmc
Log: Undo the TT #179 workaround... reenable building of the get_type() method. Modified: trunk/src/pmc/packfilefixupentry.pmc ============================================================================== --- trunk/src/pmc/packfilefixupentry.pmc (original) +++ trunk/src/pmc/packfilefixupentry.pmc Mon Jan 19 14:31:21 2009 @@ -89,7 +89,7 @@ =cut */ - INTVAL get_type() { + METHOD get_type() { PackFile_FixupEntry *pfentry = PMC_data_typed(SELF, PackFile_FixupEntry *); int rv = pfentry->type; RETURN(INTVAL rv);