Branch: Tag:

2008-06-30

2008-06-30 13:46:05 by Martin Stjernholm <mast@lysator.liu.se>

Use PRINTPTRDIFFT.

Rev: src/interpret_functions.h:1.209

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_functions.h,v 1.208 2008/06/29 12:37:10 nilsson Exp $ + || $Id: interpret_functions.h,v 1.209 2008/06/30 13:46:05 mast Exp $   */      /*
1086:    if (Pike_sp - *Pike_mark_sp > 0) /* not always same as Pike_sp > *Pike_mark_sp */    /* Some attempt to recover, just to be able to report the backtrace. */    pop_n_elems(Pike_sp - *Pike_mark_sp); -  Pike_fatal("Stack out of synch - should be %ld, is %ld.\n", -  DO_NOT_WARN((long)should), DO_NOT_WARN((long)is)); +  Pike_fatal("Stack out of synch - " +  "should be %"PRINTPTRDIFFT"d, is %"PRINTPTRDIFFT"d.\n", +  should, is);    }    }    });