[Oberon] NEW with anonymous records

Peter Matthias PeterMatthias at web.de
Mon Feb 19 20:59:03 CET 2018


When allocating memory of a pointer to an anonymous record in PO, system 
crashes after time. How to fix or disable this behaviour?

VAR a: POINTER TO RECORD c, d: INTEGER END;
...
NEW(a)


Peter


More information about the Oberon mailing list