Branch: Tag:

2020-01-12

2020-01-12 17:27:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Fixed typo in fatal error message.

752:    struct compilation * c = MAYBE_THIS_COMPILATION;   #ifdef PIKE_DEBUG    if ((t != PIKE_T_ARRAY) && (t != PIKE_T_STRING)) { -  Pike_fatal("Invalid type for push_array_type(): %s (%d)\n", +  Pike_fatal("Invalid type for push_unlimited_array_type(): %s (%d)\n",    get_name_of_type(t), t);    }   #endif