pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-18
2016-05-18 16:15:38 by Martin Nilsson <nilsson@fastmail.com>
c5a4d26fe67f46fd812e6340f3bb0fefedb35058 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Documentation of FIND_LFUN.
1081:
void make_program_executable(struct program *p); /* Prototypes end here */
+
/**
+
* Look up the given lfun in the given program and returns the
+
* function number it has in the program, or -1 if not found.
+
*/
static inline int PIKE_UNUSED_ATTRIBUTE FIND_LFUN(struct program * p, int lfun) { #ifdef PIKE_DEBUG dmalloc_touch(struct program*, p);