Branch: Tag:

2017-11-27

2017-11-27 13:55:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Allow object("string") types again.

Fixes testsuite failure.

1489:      opt_program_type: /* Empty */ { push_object_type(0, 0); }    | '(' full_type ')' +  | '(' string_constant ')' +  { +  resolv_type($2); +  push_type_name($2->u.sval->u.string); +  free_node($2); +  }    | '(' error ')'    {    push_object_type(0, 0);