Branch: Tag:

2021-02-01

2021-02-01 14:08:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Fix typo.

4958:    push_type(T_FUNCTION);    } else if (a->type == T_FUNCTION) {    push_remap_markers(ai, NULL, remap, remap_flags); -  if ((ai->type != T_MANY) || (ai->car != T_VOID)) { +  if ((ai->type != T_MANY) || (ai->car->type != T_VOID)) {    /* Convert voidable arguments into zero|void    * if they must be present for later arguments.    */