pike.git
/
src
/
program.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.h:513:
* that have annotations that are annotated as @Inherited. * * For inherits at level 1 these are set from the annotations * on the corresponding inherit declaration, together with * the original annotations that haven't been annotated as * @Inherited. * * For inherits at higher levels they are copied verbatim from their * previous program. */
-
struct
array
*annotations;
+
struct
multiset
*annotations;
}; /** * Special inherit references. * * These are used by find_inherited_identifier(). */ #define INHERIT_SELF 0 /* Self. */ #define INHERIT_LOCAL -1 /* Self and not overrideable (force local). */ #define INHERIT_GLOBAL -2 /* Self and overrideable. */