Next: Generated warnings and errors, Previous: include, Up: MFL [Contents][Index]
A line in the form
#line number "identifier"
causes the MFL compiler to believe, for purposes of error diagnostics, that the line number of the next source line is given by number and the current input file is named by identifier. If the identifier is absent, the remembered file name does not change.
Line directives in cpp
style are also understood:
# number "identifier"