[4123] in Athena Bugs
Saber msg: v2.1.2 (DECstation Beta) (12/29/89 hodge.MIT.EDU decstation Ultrix 3.x 0 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Sat Feb 3 14:13:55 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Sat, 3 Feb 90 14:13:33 EST
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
When I load this file into the PMAX saber, it complains:
char *sprintf();
int sprintf();
foo()
{
int i = 1;
return i;
}
"/tmp/foo.c":2, Function redeclared (Warning #340)
1: char *sprintf();
* 2: int sprintf();
3:
Function 'sprintf' was previously declared as:
extern char *sprintf();
(If you continue, the \254 declaration will be ignored.)
(the \254 above was one character in the output, I have replaced it so
that it doesn't screw up the mailers).
[bugs: this one should probably go on back to Saber]