Branch: Tag:

2002-11-11

2002-11-11 16:16:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed a few warnings.

Rev: src/interpret_functions.h:1.116

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.115 2002/11/11 16:12:52 grubba Exp $ + || $Id: interpret_functions.h,v 1.116 2002/11/11 16:16:09 grubba Exp $   */      /*
998:    OPCODE0(F_POP_SYNCH_MARK, "pop synch mark", 0, {    if (d_flag) {    if (Pike_mark_sp <= Pike_interpreter.mark_stack) { -  Pike_fatal("Mark stack out of synch - 0x%08x <= 0x%08x.\n", +  Pike_fatal("Mark stack out of synch - 0x%08lx <= 0x%08lx.\n",    DO_NOT_WARN((unsigned long)Pike_mark_sp),    DO_NOT_WARN((unsigned long)Pike_interpreter.mark_stack));    } else if (*--Pike_mark_sp != Pike_sp) {