summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-05-05 12:00:41 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-05-05 12:00:41 +0000
commitb606b7496d686ec24f085a768163ce079a3d0ac3 (patch)
tree1c7ce249cff203ed7f2cf9fa0b289707c2388b45
parentcc17ae01f761df59192e044b253f31756d989fb6 (diff)
downloademacs-b606b7496d686ec24f085a768163ce079a3d0ac3.tar.gz
Add regexp for Open Watcom compiler output.
-rw-r--r--etc/compilation.txt8
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
d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if'
+* Open Watcom
+
+symbol: watcom
+
+..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'
+..\src\ctrl\lister.c(120): Warning! W201: Unreachable code
+
+
* Oracle pro*c
symbol: oracle