summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/location.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor cleanup: error messages include lineno and fileno together, soespie2012-03-221-0/+33
recognize that and create a struct Location_ for it. mostly from Jonathan Calmels, a few nits from me. okay otto@