From owner-freebsd-hackers Mon May 5 14:25:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21311 for hackers-outgoing; Mon, 5 May 1997 14:25:11 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA21306 for ; Mon, 5 May 1997 14:25:08 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA16710; Mon, 5 May 1997 14:21:48 -0700 From: Terry Lambert Message-Id: <199705052121.OAA16710@phaeton.artisoft.com> Subject: Re: /usr/include/ftpio.h is not C++ safe To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 5 May 1997 14:21:47 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, nadav@barcode.co.il, hackers@FreeBSD.ORG In-Reply-To: <7735.862867196@time.cdrom.com> from "Jordan K. Hubbard" at May 5, 97 02:19:56 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Boys, boys, go look at libftpio and tell me again how cross-platform > this thing really is. Then come back. :-) > > I hate __P() and will fight a guerilla war against it if I have to. > No. Simply no. If someone wants to take the code over to a different > platform then the least then can do is use ANSI compiler technology > there and anyone trying to use old K&R stuff at this point will get a > sympathy level from me which could possibly be measured on an atomic > scale, but more probably not. You didn't read the rest of my message before responding. How can libftpio be used by code which must be compiled -traditional, without __P()? You need a decent programming editor which can fold things like __P() out so that they can still be there, yet your sensitive eyes are protected from seeing them. Maybe there's a port of the "peril sensitive editor" for FreeBSD? 8-). Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.