From 3f1f436615dea6232f1ca844e627feac5f204e46 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 21 Dec 1991 06:36:41 +0000 Subject: [PATCH] entered into RCS --- lib-src/aixcc.lex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib-src/aixcc.lex b/lib-src/aixcc.lex index 0729eea16c8..784d68d82b9 100644 --- a/lib-src/aixcc.lex +++ b/lib-src/aixcc.lex @@ -8,7 +8,8 @@ D5 [0-9 ][0-9 ][0-9 ][0-9 ][0-9] DS [0-9 ] %{ -/* +/* moore@wilma.cs.utk.edu + * Hack to work around the AIX C compiler's brain-damaged error messages * so that emacs can parse them. It runs /bin/cc as a subprocess, and * tries to rearrange the error messages so that (a) each message contains