Branch: Tag:

2015-05-15

2015-05-15 09:15:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Fixed typo in prototype reference fix.

Fixes various compilation issues with the Crypto modules.

4537:    p = np->inherits[i].prog;       if ((q?q:Pike_compiler)->compiler_pass == 2) { -  struct identifier *id = ID_FROM_INT(p, i); +  struct identifier *id = ID_FROM_INT(p, f);    if (((id->identifier_flags & IDENTIFIER_TYPE_MASK) ==    IDENTIFIER_PIKE_FUNCTION) && (id->func.offset == -1)) {    /* Prototype. */