flymake-fix-line-numbers

flymake-fix-line-numbers is a compiled Lisp function in `flymake.el'.

(flymake-fix-line-numbers ERR-INFO-LIST MIN-LINE MAX-LINE)

Replace line numbers with fixed value.
If line-numbers is less than MIN-LINE, set line numbers to MIN-LINE.
If line numbers is greater than MAX-LINE, set line numbers to MAX-LINE.
The reason for this fix is because some compilers might report
line number outside the file being compiled.