cvsuser     04/08/07 07:13:36

  Modified:    src      py_func.c
  Log:
  Get include happy
  
  Courtesy of Jonathan Worthington <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.45      +2 -2      parrot/src/py_func.c
  
  Index: py_func.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/py_func.c,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -w -r1.44 -r1.45
  --- py_func.c 29 Jul 2004 06:56:35 -0000      1.44
  +++ py_func.c 7 Aug 2004 14:13:36 -0000       1.45
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2001-2004 The Perl Foundation.  All Rights Reserved.
  -$Id: py_func.c,v 1.44 2004/07/29 06:56:35 leo Exp $
  +$Id: py_func.c,v 1.45 2004/08/07 14:13:36 dan Exp $
   
   =head1 NAME
   
  @@ -728,7 +728,7 @@
   
   */
   
  -#include "pmc_default.h"
  +#include "../classes/pmc_default.h"
   
   static void
   integer_divide(Interp* interp, PMC* self, PMC* value, PMC* destination)
  
  
  

Reply via email to