diff options
| author | Nick Roberts | 2008-05-05 12:00:41 +0000 |
|---|---|---|
| committer | Nick Roberts | 2008-05-05 12:00:41 +0000 |
| commit | 7444d6ab9f9b68e3a057560dc6d6e6848c18f683 (patch) | |
| tree | b953fad5c1864da5b85e819f5fd32eeb4d1e6304 | |
| parent | 9d8a1adde0c6b7e8c450da1ec36a7b4392c043b5 (diff) | |
| download | emacs-7444d6ab9f9b68e3a057560dc6d6e6848c18f683.tar.gz emacs-7444d6ab9f9b68e3a057560dc6d6e6848c18f683.zip | |
Add regexp for Open Watcom compiler output.
| -rw-r--r-- | etc/compilation.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index e06175f9bf8..94990074998 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -263,6 +263,14 @@ keyboard handler.c(537) : warning C4005: 'min' : macro redefinition | |||
| 263 | d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' | 263 | d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if' |
| 264 | 264 | ||
| 265 | 265 | ||
| 266 | * Open Watcom | ||
| 267 | |||
| 268 | symbol: watcom | ||
| 269 | |||
| 270 | ..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{' | ||
| 271 | ..\src\ctrl\lister.c(120): Warning! W201: Unreachable code | ||
| 272 | |||
| 273 | |||
| 266 | * Oracle pro*c | 274 | * Oracle pro*c |
| 267 | 275 | ||
| 268 | symbol: oracle | 276 | symbol: oracle |