pike.git/
src/
interpret_functions.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-01
2014-11-01 02:28:40 by Martin Nilsson <nilsson@opera.com>
636bc5939fa5c6a5bec5a59f590625ee4da91f12 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
register is irrelevant for all modern compilers. Removed from non 3rd party source.
2805:
#define DO_RECUR(XFLAGS) do{ \ PIKE_OPCODE_T *addr; \
-
register
struct pike_frame *new_frame; \
+
struct pike_frame *new_frame;
\
INT32 args = DO_NOT_WARN((INT32)(Pike_sp - *--Pike_mark_sp)); \ \ DO_IF_SECURITY(CHECK_DATA_SECURITY_OR_ERROR(Pike_fp->current_object, \