1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Avoid occasional confusion of Flymake C/C++ backend"

This reverts commit 67c3a3af1d, which
creates more problems than it solves.
This commit is contained in:
João Távora 2019-03-28 17:47:43 +00:00
parent b25d58c956
commit f75e68fc9b

View file

@ -58,9 +58,7 @@ SOURCE."
(cl-loop
while
(search-forward-regexp
(concat
"^\\(In file included from \\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)"
"?:[\n ]?\\(error\\|warning\\|note\\): \\(.*\\)$")
"^\\(In file included from \\)?<stdin>:\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?:\n?\\(.*\\): \\(.*\\)$"
nil t)
for msg = (match-string 5)
for (beg . end) = (flymake-diag-region