pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2017-01-28
2017-01-28 14:03:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f352fe208459de52fa952542aee2f3c470d4addd (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Added INHERIT_LOCAL.
Move handling of local:: to find_inherited_identifier().
508:
* These are used by find_inherited_identifier(). */ #define INHERIT_SELF 0 /* Self. */
-
#define INHERIT_
GLOBAL
-1 /* Self and overrideable. */
-
#define INHERIT_ALL -
2
/* All inherits but not self. */
+
#define INHERIT_
LOCAL
-1 /* Self and
not
overrideable
(force local)
. */
+
#define INHERIT_
GLOBAL -2 /* Self and overrideable. */
+
#define INHERIT_
ALL -
3
/* All inherits but not self. */
/* * Storage struct for a trampoline object