]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
authorRoland McGrath <roland@gnu.org>
Sat, 19 Mar 1994 01:05:27 +0000 (01:05 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 19 Mar 1994 01:05:27 +0000 (01:05 +0000)
Absoft FORTRAN 77 errors.

lisp/progmodes/compile.el

index 44e11bfbb607232c052dcdeb47c06850ddbf6fac..b185f34078be6ad9c8e423458288de8d0f0435e7 100644 (file)
@@ -129,7 +129,10 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
     ;;  Error on line 3 of t.f: Execution error unclassifiable statement    
     ;; Unknown who does this:
     ;;  Line 45 of "foo.c": bloofel undefined
-    ("\n\\(Error on \\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\
+    ;; Absoft FORTRAN 77 Compiler 3.1.3
+    ;;  error on line 19 of fplot.f: spelling error?
+    ;;  warning on line 17 of fplot.f: data type is undefined for variable d
+    ("\\(\n\\|on \\)[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\
 of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
 
     ;; Apollo cc, 4.3BSD fc: