Open gmichals opened 2 months ago
Is there a limit to the lines of code that can be in the "inline code INIT"? If so, can that be changed?
Tagging @RolfSander
src/scan.h defines MAX_INLINE. You can try to increase its value and recompile KPP.
src/scan.h
MAX_INLINE
Is there a limit to the lines of code that can be in the "inline code INIT"? If so, can that be changed?