pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-06-21
2022-06-21 09:03:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43901cdfc2cb7bc63de288c61ba786d102ccb1d8 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Drop type attributes after modifying their contents.
4884:
if (!tmp) return NULL; type_stack_mark(); push_finished_type(tmp);
+
#if 0
push_type_attribute((struct pike_string *)(a->car));
-
+
#endif
free_type(tmp); return pop_unfinished_type(); case T_SCOPE:
4913:
if (!tmp) return NULL; type_stack_mark(); push_finished_type(tmp);
+
#if 0
push_type_attribute((struct pike_string *)(b->car));
-
+
#endif
free_type(tmp); return pop_unfinished_type(); case T_SCOPE: