bmx-ng / bcc

A next-generation bcc parser for BlitzMax
zlib License
33 stars 13 forks source link

Include & Incbin reports wrong line on file not found #634

Closed thareh closed 5 months ago

thareh commented 10 months ago

Good day,

It seems BCC reports the wrong line for Include & Incbin when the file is not found, Import works as expected though.

Framework BRL.Blitz

'comment
Incbin "test.bmx"
'comment
Framework BRL.Blitz

'comment
Include "test.bmx"
'comment

I tried to fix it myself but couldn't quite figure out what the issue is.

Thanks!