You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erik B Knudsen edited this page Mar 18, 2021
·
5 revisions
Getting rid of line pragmas
McCode uses #line pragmas in the generated code, in the attempt to jump between each of the included c-snippets in libraries, components etc. This unfortunately does not work well in all cases, as some files are %included, which is a simple concatenation.