cvsuser     03/02/06 04:57:12

  Modified:    .        interpreter.c
  Log:
  CGP - remove warning
  
  Revision  Changes    Path
  1.142     +2 -1      parrot/interpreter.c
  
  Index: interpreter.c
  ===================================================================
  RCS file: /cvs/public/parrot/interpreter.c,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -w -r1.141 -r1.142
  --- interpreter.c     6 Feb 2003 12:41:05 -0000       1.141
  +++ interpreter.c     6 Feb 2003 12:57:11 -0000       1.142
  @@ -1,7 +1,7 @@
   /* interpreter.c
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: interpreter.c,v 1.141 2003/02/06 12:41:05 leo Exp $
  + *     $Id: interpreter.c,v 1.142 2003/02/06 12:57:11 leo Exp $
    *  Overview:
    *     The interpreter api handles running the operations
    *  Data Structure and Algorithms:
  @@ -21,6 +21,7 @@
   #endif
   #ifdef HAVE_COMPUTED_GOTO
   #  include "parrot/oplib/core_ops_cg.h"
  +#  include "parrot/oplib/core_ops_cgp.h"
   #endif
   #include "parrot/method_util.h"
   
  
  
  


Reply via email to