You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line count in GPP's error messages appear to be off by one.
Example: echo '#undef x y' | gpp produces stdin:2: warning: Extra argument to #undef ignored but we expect stdin:1: warning: Extra argument to #undef ignored
The text was updated successfully, but these errors were encountered:
Problem seems to affect only C-like modes. HTML and TeX mode are unaffected. Possibly this is because in C-like modes, it's the newline that ends the macro.
The line count in GPP's error messages appear to be off by one.
Example:
echo '#undef x y' | gpp
producesstdin:2: warning: Extra argument to #undef ignored
but we expectstdin:1: warning: Extra argument to #undef ignored
The text was updated successfully, but these errors were encountered: