Changes between Initial Version and Version 1 of Ticket #640

Show
Ignore:
Timestamp:
05/05/09 16:43:26 (13 years ago)
Author:
NotFound
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #640 – description

    initial v1  
    33src/pmc_freeze.c declares and uses Parrot_default_thaw and Parrot_default_thawfinish 
    44 
    5 The declarations used prefixes that declared them as extern "C" in c++ builds. I'm fixing that, but the desired solution is to not use directly vtable functions at all. 
     5The declarations used prefixes that declared them as extern "C" in c++ builds. I've fixed that in r38491, but the desired solution is to not use directly vtable functions at all.