pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-11
2002-11-11 16:16:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3a9487fd5ccc53b71e045dc91c4cddf80b6b62db (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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) {