Branch: Tag:

2020-10-12

2020-10-12 07:42:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Added low_pop_type().

This function pops a type from the type stack without messing
with the type mark stack.

1583:    return get_unaligned_be32(p);   }    + static struct pike_type *low_pop_type(void) + { +  TYPE_STACK_DEBUG("low_pop_type"); +  +  return *(Pike_compiler->type_stackp--); + } +    struct pike_type *debug_pop_unfinished_type(void)   {    ptrdiff_t len;