Branch: Tag:

2016-04-25

2016-04-25 18:09:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Fixed extraneous entries on type mark stack.

pop_type() restores the stack mark when done (which often isn't
what you want or expect...).

381:    }   ]])    + test_compile_any([[ +  mixed foo() +  { +  array a; +  array b = a->f("b")?->b; +  return b; +  } + ]]) +    define(test_string_range,[[    test_any([[    string s = (string) ({ $1, $1 });