pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2019-02-06
2019-02-06 22:22:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
08809d9ec15e03d3066cff4a3678567e5147dd30 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/debugger-concept
LFUNs: Added magic lfun ::_annotations().
965:
case F_MAGIC_INDICES: case F_MAGIC_VALUES: case F_MAGIC_TYPES:
+
case F_MAGIC_ANNOTATIONS:
{ int e; struct program_state *state = Pike_compiler;
4175:
/* FIXME: Could have a stricter type for ::_types. */ MAKE_CONSTANT_TYPE(n->type, tF_MAGIC_TYPES); break;
+
case F_MAGIC_ANNOTATIONS:
+
/* FIXME: Could have a stricter type for ::_annotations. */
+
MAKE_CONSTANT_TYPE(n->type, tF_MAGIC_ANNOTATIONS);
+
break;
case F_CATCH: /* FALLTHRU */