#line sets the current line number for the compiler. It is usually inserted by the preprocessor after preprocessing an include file to synchronize the line numbers with the original source file.
#line <number> [FileName]
line number | the new line number to use by the compiler. |
FileName | An optional new filename to use by the compiler |