pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2016-04-08
2016-04-08 19:48:49 by Martin Nilsson <nilsson@fastmail.com>
6da27e02637a5811e67473303414ff0ba1ed7794 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Removed PTRDIFF_T_TO_LONG
180:
#define init_type_stack() type_stack_mark() #define exit_type_stack() do {\ ptrdiff_t q_q_q_q = pop_stack_mark(); \
-
if(q_q_q_q) Pike_fatal("Type stack out of wack! %ld\n",
\
-
PTRDIFF_T_TO_LONG
(q_q_q_q)
)
; \
+
if(q_q_q_q) Pike_fatal("Type stack out of wack! %ld\n", (
long)
q_q_q_q); \
} while(0) #else #define init_type_stack type_stack_mark