[svn:parrot] r36606 - branches/rename_pccinvoke/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed Feb 11 23:37:29 UTC 2009


Author: whiteknight
Date: Wed Feb 11 23:37:28 2009
New Revision: 36606
URL: https://trac.parrot.org/parrot/changeset/36606

Log:
[rename_pccinvoke] make the first change, everything compiles. That's a good start.

Modified:
   branches/rename_pccinvoke/src/global.c

Modified: branches/rename_pccinvoke/src/global.c
==============================================================================
--- branches/rename_pccinvoke/src/global.c	Wed Feb 11 23:30:55 2009	(r36605)
+++ branches/rename_pccinvoke/src/global.c	Wed Feb 11 23:37:28 2009	(r36606)
@@ -430,7 +430,7 @@
 {
     ASSERT_ARGS(Parrot_ns_get_name)
     PMC *names;
-    Parrot_PCCINVOKE(interp, _namespace, CONST_STRING(interp, "get_name"), "->P", &names);
+    Parrot_pcc_invoke_method_from_c_args(interp, _namespace, CONST_STRING(interp, "get_name"), "->P", &names);
     return names;
 }
 


More information about the parrot-commits mailing list