pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-19
2001-03-19 00:42:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
dcbdc4c5be307d7e9b5043ad99bdd3b408e8b890 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few warnings.
Rev: src/interpret_functions.h:1.50
1:
/*
-
* $Id: interpret_functions.h,v 1.
49
2001/03/
09
02
:
29
:
33
hubbe
Exp $
+
* $Id: interpret_functions.h,v 1.
50
2001/03/
19
00
:
42
:
11
grubba
Exp $
* * Opcode definitions for the interpreter. */
762:
/* Some attempt to recover, just to be able to report the backtrace. */ pop_n_elems(Pike_sp - *Pike_mark_sp); fatal("Stack out of synch - should be %ld, is %ld.\n",
-
(long)
should, (long)
is);
+
DO_NOT_WARN
(
(
long)should
)
,
DO_NOT_WARN
(
(
long)is)
)
;
} BREAK;