[parrot/parrot] 85781e: Remove PARROT_CALLIN_START and PARROT_CALLIN_END m...
noreply at github.com
noreply at github.com
Wed Jun 22 00:46:10 UTC 2011
Branch: refs/heads/whiteknight/kill_CALLIN
Home: https://github.com/parrot/parrot
Commit: 85781e91ce34b53021ac2e22496081186b7ab7c7
https://github.com/parrot/parrot/commit/85781e91ce34b53021ac2e22496081186b7ab7c7
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-06-21 (Tue, 21 Jun 2011)
Changed paths:
M include/parrot/extend.h
M lib/Parrot/Vtable.pm
M src/extend.c
M src/packfile/api.c
Log Message:
-----------
Remove PARROT_CALLIN_START and PARROT_CALLIN_END macros. The Extending API should not be called from a situation where GC has not been set up. Most functions used in an extending situation do not have these macros, so they are clearly not important.
More information about the parrot-commits
mailing list