#ENDM statement as last line in .basinc file gives error

PhilHornby

Senior Member
Version 6.0.8.3

If using #endm instead of #endmacro, it cannot be on the last unterminated line of a .basinc #include file.

It gives: Error: Expected #ENDMACRO

Adding an extra blank line (or a just a <CR>) solves the problem, as does using #endmacro instead of #endm
 

Attachments

Top