diff options
| author | Jim Blandy | 1991-12-21 06:36:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-12-21 06:36:41 +0000 |
| commit | 3f1f436615dea6232f1ca844e627feac5f204e46 (patch) | |
| tree | 7bbc30679d25b1905eddf7ed1d52af7683637a87 /lib-src | |
| parent | e5f7865902e2f1f44552786691d3704d1dfdf018 (diff) | |
| download | emacs-3f1f436615dea6232f1ca844e627feac5f204e46.tar.gz emacs-3f1f436615dea6232f1ca844e627feac5f204e46.zip | |
entered into RCS
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 |