MAXLINE

879

Exceeded maximum number of lines in file filename

You’ve attempted to compile a file that has more than 262,143 lines, which is the maximum the compiler can handle in a single file. Split the file into smaller files and then compile them.