diff options
Diffstat (limited to 'lib-src/aixcc.lex')
-rw-r--r-- | lib-src/aixcc.lex | 3 |
1 files changed, 2 insertions, 1 deletions
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 |