(compilation-error-regexp-alist-alist):
Add regexp for Open Watcom compiler output.
This commit is contained in:
parent
ba82b36e4a
commit
9d8a1adde0
1 changed files with 3 additions and 0 deletions
|
|
@ -323,6 +323,9 @@ File = \\(.+\\), Line = \\([0-9]+\\)\\(?:, Column = \\([0-9]+\\)\\)?"
|
|||
(sun-ada
|
||||
"^\\([^, \n\t]+\\), line \\([0-9]+\\), char \\([0-9]+\\)[:., \(-]" 1 2 3)
|
||||
|
||||
(watcom
|
||||
"\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): \\(?:Error! E[0-9]+\\|Warning! W[0-9]+\\):" 1 2)
|
||||
|
||||
(4bsd
|
||||
"\\(?:^\\|:: \\|\\S ( \\)\\(/[^ \n\t()]+\\)(\\([0-9]+\\))\
|
||||
\\(?:: \\(warning:\\)?\\|$\\| ),\\)" 1 2 nil (3))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue