cvsuser     03/01/20 14:44:25

  Modified:    .        interpreter.c
  Log:
  tinderbox failure?
  
  Revision  Changes    Path
  1.131     +2 -2      parrot/interpreter.c
  
  Index: interpreter.c
  ===================================================================
  RCS file: /cvs/public/parrot/interpreter.c,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -w -r1.130 -r1.131
  --- interpreter.c     17 Jan 2003 20:41:01 -0000      1.130
  +++ interpreter.c     20 Jan 2003 22:44:25 -0000      1.131
  @@ -1,7 +1,7 @@
   /* interpreter.c
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: interpreter.c,v 1.130 2003/01/17 20:41:01 leo Exp $
  + *     $Id: interpreter.c,v 1.131 2003/01/20 22:44:25 leo Exp $
    *  Overview:
    *     The interpreter api handles running the operations
    *  Data Structure and Algorithms:
  @@ -706,7 +706,7 @@
   {
       STRING *pasm1 = string_make(interpreter, "PASM1", 5, NULL,0,NULL);
       PMC * nci;
  -    Parrot_csub_t p = (Parrot_csub_t) F2DPTR(PDB_compile);
  +    Parrot_csub_t p = (Parrot_csub_t) PDB_compile;
       nci = pmc_new(interpreter, enum_class_Compiler);
       /* register the nci ccompiler object */
       Parrot_compreg(interpreter, pasm1, nci);
  
  
  


Reply via email to