Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!WHEATIES.AI.MIT.EDU!rms From: rms@WHEATIES.AI.MIT.EDU (Richard Stallman) Newsgroups: gnu.gcc.bug Subject: prototypes in gcc version 1.30 Message-ID: <8811171522.AA00275@sugar-bombs.ai.mit.edu> Date: 17 Nov 88 15:22:32 GMT References: <8811170130.AA28656@csvax.caltech.edu> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 Gcc v 1.30 rejects the following pair as conflicting: extern int sprintf(); extern int sprintf(char *, const char *, ...); This is what ANSI specifies. But perhaps I will put this error under the control of -pedantic.