[2298] in Athena Bugs
Saber msg: v2.1 (4/24/89 binkley vax Unix 3601 0)
daemon@ATHENA.MIT.EDU (raeburn@ATHENA.MIT.EDU)
Sun May 28 20:22:28 1989
From: <raeburn@ATHENA.MIT.EDU>
Date: Sun, 28 May 89 20:20:21 EDT
To: bugs@ATHENA.MIT.EDU
I believe that `const' is supposed to qualify both identifiers being
declared in (1) below; saber 2.1 complains of inconsistency.
1 -> const char *foo, **bar;
2 -> const char **bar;
Warning #341: Variable 'bar' is being declared with type (char const **).
It was previously declared with type (char **).
(If you continue, the previous declaration will be ignored.)
This is a pretty serious one....
-- Ken