[svn:parrot] r39352 - trunk/src
bacek at svn.parrot.org
bacek at svn.parrot.org
Wed Jun 3 09:56:29 UTC 2009
Author: bacek
Date: Wed Jun 3 09:56:29 2009
New Revision: 39352
URL: https://trac.parrot.org/parrot/changeset/39352
Log:
[cage] Remove ARGIN guard for INTVAL arg in get_pmc_proxy.
Modified:
trunk/src/oo.c
Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c Wed Jun 3 09:52:03 2009 (r39351)
+++ trunk/src/oo.c Wed Jun 3 09:56:29 2009 (r39352)
@@ -377,7 +377,7 @@
PARROT_CANNOT_RETURN_NULL
PARROT_WARN_UNUSED_RESULT
static PMC *
-get_pmc_proxy(PARROT_INTERP, ARGIN(INTVAL type))
+get_pmc_proxy(PARROT_INTERP, INTVAL type)
{
ASSERT_ARGS(get_pmc_proxy)
More information about the parrot-commits
mailing list