perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r355 - mod_parrot/trunk/src

Subject: [svn:mod_parrot] r355 - mod_parrot/trunk/src
From: jhorwitz@xxxxxxxxxxxx
Date: Sat, 5 Jul 2008 07:28:50 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: jhorwitz
Date: Sat Jul  5 07:28:49 2008
New Revision: 355

Modified:
   mod_parrot/trunk/src/parrot_util.c

Log:
no need to call imcc_init() anymore


Modified: mod_parrot/trunk/src/parrot_util.c
==============================================================================
--- mod_parrot/trunk/src/parrot_util.c  (original)
+++ mod_parrot/trunk/src/parrot_util.c  Sat Jul  5 07:28:49 2008
@@ -22,8 +22,6 @@
 #include "parrot/extend.h"
 #include "mod_parrot.h"
 
-extern void imcc_init(Parrot_Interp);
-
 static Parrot_PMC get_sub_pmc_s(Parrot_Interp interp, char *namespace, char 
*name)
 {
     Parrot_PMC sub;
@@ -76,7 +74,6 @@
     Parrot_PackFile pf;
 
     interp = Parrot_new(parent);
-    imcc_init(interp);
     pf = PackFile_new_dummy(interp, "mod_parrot_code");
     return(interp);
 }

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r355 - mod_parrot/trunk/src, jhorwitz <=