cvsuser     04/10/30 08:01:08

  Modified:    imcc     pbc.c
  Log:
  PMC constants 4 - add a comment
  
  Revision  Changes    Path
  1.92      +4 -0      parrot/imcc/pbc.c
  
  Index: pbc.c
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/pbc.c,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- pbc.c     30 Oct 2004 11:32:19 -0000      1.91
  +++ pbc.c     30 Oct 2004 15:01:07 -0000      1.92
  @@ -488,6 +488,10 @@
                           fatal(1, "fixup_bsrs", "couldn't find sub 1 '%s'\n",
                                   bsr->name);
                       }
  +                    /*
  +                     * TODO investigate namespace issues - probably
  +                     *      search only current segment
  +                     */
                       fe = PackFile_find_fixup_entry(interpreter, enum_fixup_sub,
                               bsr->name);
                       if (!fe) {
  
  
  

Reply via email to