[svn:parrot] r38826 - in trunk: lib/Parrot/Pmc2c src/interp
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Sat May 16 13:18:56 UTC 2009
Author: Infinoid
Date: Sat May 16 13:18:56 2009
New Revision: 38826
URL: https://trac.parrot.org/parrot/changeset/38826
Log:
[cage] Pass c_function_docs.t (reran headerizer) and cuddled_else.t (add a newline).
Modified:
trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
trunk/src/interp/inter_misc.c
Modified: trunk/lib/Parrot/Pmc2c/PMCEmitter.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMCEmitter.pm Sat May 16 13:13:27 2009 (r38825)
+++ trunk/lib/Parrot/Pmc2c/PMCEmitter.pm Sat May 16 13:18:56 2009 (r38826)
@@ -663,7 +663,8 @@
isa_hash = parrot_new_hash(interp);
vt->isa_hash = isa_hash;
EOC
- } else {
+ }
+ else {
$cout .= <<"EOC";
vt->isa_hash = NULL;
EOC
Modified: trunk/src/interp/inter_misc.c
==============================================================================
--- trunk/src/interp/inter_misc.c Sat May 16 13:13:27 2009 (r38825)
+++ trunk/src/interp/inter_misc.c Sat May 16 13:18:56 2009 (r38826)
@@ -67,7 +67,7 @@
/*
=item C<void register_raw_nci_method_in_ns(PARROT_INTERP, const int type, void
-*func, const char *name)>
+*func, STRING *name)>
Create an entry in the C<nci_method_table> for the given raw NCI method
of PMC class C<type>.
More information about the parrot-commits
mailing list