Closed noyen1973 closed 9 months ago
No error or warning is generated for a pointer to a type that is not declared. The source compiles and internally VARDATASIZE gets messed up affecting all other labels that depend on it. This happens even if the pointer is unused.
VARDATASIZE
program ptest; var p: ^anytype; begin end.
issue #126 fixed
No error or warning is generated for a pointer to a type that is not declared. The source compiles and internally
VARDATASIZE
gets messed up affecting all other labels that depend on it. This happens even if the pointer is unused.