From owner-freebsd-hackers Sat Apr 15 15:27:38 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04910 for hackers-outgoing; Sat, 15 Apr 1995 15:27:38 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA04901 ; Sat, 15 Apr 1995 15:27:37 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Bruce Evans cc: freebsd-hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Subject: Re: 90's compilers In-reply-to: Your message of "Sun, 16 Apr 95 08:18:53 +1000." <199504152218.IAA06639@godzilla.zeta.org.au> Date: Sat, 15 Apr 1995 15:27:32 -0700 Message-ID: <4894.797984852@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > It isn't. strsed.c is just too old to have prototypes (hidden by __P(()) > in the non-ANSI case or raw). OK, OK, I'll fix it you guys! :-) {It's actually a very useful little function, if you look at it! :-)} > Using -traditional for only some sources would defeat half of the point > of using an ANSI compiler and would be difficult to manage. Agreed. I was simply responding to someone else's comments about why the system headers wouldn't be able to lose _P() anytime soon. Jordan