pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-24
2011-03-24 19:40:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2a61e867d2b1a3d472498b74b341cdafc7770489 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Relax the type for enums somewhat.
3059:
{ struct pike_type *current = pop_unfinished_type(); struct pike_type *new = get_type_of_svalue(Pike_sp-1);
-
struct pike_type *res = or_pike_types(new, current,
1
);
+
struct pike_type *res = or_pike_types(new, current,
3
);
free_type(current); free_type(new); type_stack_mark();