[svn:parrot] r44234 - trunk/tools/dev
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sat Feb 20 12:55:06 UTC 2010
Author: fperrad
Date: Sat Feb 20 12:55:05 2010
New Revision: 44234
URL: https://trac.parrot.org/parrot/changeset/44234
Log:
[languages] update PMC template after r44190
s/pmc_new/Parrot_pmc_new/
s/pmc_type/Parrot_get_type_str/
Modified:
trunk/tools/dev/mk_language_shell.pl
Modified: trunk/tools/dev/mk_language_shell.pl
==============================================================================
--- trunk/tools/dev/mk_language_shell.pl Sat Feb 20 12:53:04 2010 (r44233)
+++ trunk/tools/dev/mk_language_shell.pl Sat Feb 20 12:55:05 2010 (r44234)
@@ -665,10 +665,10 @@
* specify it?
*/
/*
- array_t = pmc_type(INTERP,
+ array_t = Parrot_pmc_get_type_str(INTERP,
string_from_literal(INTERP, "@lang@"));
*/
- property = pmc_new(INTERP, VTABLE_type(INTERP, SELF));
+ property = Parrot_pmc_new(INTERP, VTABLE_type(INTERP, SELF));
VTABLE_set_integer_native(INTERP, property, 1);
VTABLE_set_integer_keyed_int(INTERP, property, 0,
More information about the parrot-commits
mailing list