1.8.4. ex_CheckUndefinedLabels()

[<<<] [>>>]

This function traverses the label symbol table and reports all undefined labels as error. Undefined labels reference the node with node-number zero. Jumping on a label like that caused the program to stop instead of compile time error in previous versions.

void ex_CheckUndefinedLabels(peXobject pEx
);

[<<<] [>>>]