pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-03
2013-11-03 18:00:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
aaf40c3e9a7f47b538d81bf9c40f2b23ab3095b3 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: Fixed inherits of deep mixins.
Fixes the long standing [bug
6063 (#6063)
].
791:
unsigned short *end, struct program *p); struct pike_string *find_program_name(struct program *p, INT_TYPE *line);
-
int override_identifier (struct reference *ref, struct pike_string *name);
+
int override_identifier (struct reference *ref, struct pike_string *name
,
+
int required_flags
);
void fixate_program(void); struct program *low_allocate_program(void); void low_start_new_program(struct program *p,