diff options
Diffstat (limited to 'lib-src')
| -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] | |||
| 8 | DS [0-9 ] | 8 | DS [0-9 ] |
| 9 | 9 | ||
| 10 | %{ | 10 | %{ |
| 11 | /* | 11 | /* moore@wilma.cs.utk.edu |
| 12 | |||
| 12 | * Hack to work around the AIX C compiler's brain-damaged error messages | 13 | * Hack to work around the AIX C compiler's brain-damaged error messages |
| 13 | * so that emacs can parse them. It runs /bin/cc as a subprocess, and | 14 | * so that emacs can parse them. It runs /bin/cc as a subprocess, and |
| 14 | * tries to rearrange the error messages so that (a) each message contains | 15 | * tries to rearrange the error messages so that (a) each message contains |