pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2014-05-04
2014-05-04 12:04:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
17f4dc78e9dfad1b87fb1295810422a91583f306 (
17
lines) (+
10
/-
7
)
[
Show
|
Annotate
]
Branch:
8.0
Compiler: Fixed NULL-dereference in new type checker.
1375:
identifier_type: idents {
+
if ($1) {
fix_type_field($1); if (!pike_types_le($1->type, typeable_type_string) &&
1384:
$1->current_file, $1->line_number, $1->type, 0, "Invalid type."); }
+
}
resolv_constant($1);