On 11/12/21 12:54 AM, Dave P. wrote: > > Invoke gcc (or clang) with the `-P` flag. It will disable linemarker > output, which means you’ll get error messages corresponding to the > preprocessed line instead of the original line. Oh yeah, that's a much better solution, thanks! -Steve