vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.29k stars 145 forks source link

v1.0.0 Undefined function _MIR_name_char_p when #MIR_NO_SCAN is used #401

Closed dibyendumajumdar closed 4 months ago

dibyendumajumdar commented 4 months ago

It seems the function _MIR_name_char_p needs to be defined outside the #if !MIR_NO_SCAN.

vnmakarov commented 4 months ago

Thank you for filling the issue. I fixed it by e1f198b5ebb9679a8066d9bfd3241f419394208d.

dibyendumajumdar commented 4 months ago

thank you