pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-07
2022-05-07 12:57:15 by Marcus Comstedt <marcus@mc.pp.se>
c9ada0c713535d777f3b7b1cd09a06bfdd378dc8 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Add missing prototype
334:
void debug_push_object_type_backwards(int flag, INT32 id); void debug_push_type_attribute(struct pike_string *attr); void debug_push_type_name(struct pike_string *name);
+
void debug_push_type_operator(enum PIKE_TYPE op, struct pike_type *arg);
INT32 extract_type_int(char *p); void debug_push_unfinished_type(char *s); void debug_push_assign_type(int marker);