fpjohnston / TECO-64

Enhanced and portable version of TECO text editor in C.
24 stars 6 forks source link

Postpone negativity check to runtime #26

Open LdBeth opened 3 months ago

LdBeth commented 3 months ago

This prevents NCA error been generated when scan for labels to goto. Also, macro invocation M should be changed to allow negative arguments.

This fixes #21