Branch: Tag:

2006-07-05

2006-07-05 20:50:07 by Martin Stjernholm <mast@lysator.liu.se>

Fixed a debug printout.

Rev: src/interpret.c:1.379

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: interpret.c,v 1.378 2006/07/05 19:28:10 mast Exp $ + || $Id: interpret.c,v 1.379 2006/07/05 20:50:07 mast Exp $   */      #include "global.h"
695: Inside #if defined(PIKE_DEBUG)
  #ifdef PIKE_DEBUG    TRACE((5, "- parent_identifier: %d\n"    "- o: %p\n" -  "- inh: %d\n", +  "- inh: %"PRINTPTRDIFFT"d\n",    loc->parent_identifier,    loc->o,    loc->inherit - loc->o->prog->inherits));
760:    loc->parent_identifier);   #endif    loc->inherit=INHERIT_FROM_INT(p, loc->parent_identifier); -  TRACE((5, "- loc->inherit: %d\n", +  TRACE((5, "- loc->inherit: %"PRINTPTRDIFFT"d\n",    loc->inherit - loc->o->prog->inherits));    }    else