bmx-ng / bcc

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

Make bcc compile again #545

Closed HurryStarfish closed 3 years ago

HurryStarfish commented 3 years ago

bcc currently fails to build, except when using NG to do it, because in that case the error in the code is cancelled out by a bug in NG bcc. https://github.com/bmx-ng/bcc/blob/c75c3205bf9416cfe2ace1953f560e2bcf30e6a6/iparser.bmx#L589 _mod.decls just refers to a method - it needs to actually get called for the code to be correct.