Carlo Hogeveen
unread,Aug 13, 2023, 6:07:34 AM8/13/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Semware @ GoogleGroups
In the example macro below the syntax error in the first line is not
reported and causes the compiler to not report any other syntax errors, like
for example the syntax error in the second line.
Not relevant, just noticing: We cannot execute the "error-free" macro from
the compilation dialogue, but any old .mac file is not deleted, so we can
still execute the old version by name.
The bug exists since the first public version of TSE: v4.41.46 (17 Dec
2021).
TSE beta v4.41.45 (13 Mar 2021) does not contain the bug.
Carlo
#define IQ = 1
prok Main()
Warn('My IQ is'; IQ)
PurgeMacro(CurrMacroFilename())
end Main