From owner-freebsd-hackers Tue Mar 4 13:31:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16953 for hackers-outgoing; Tue, 4 Mar 1997 13:31:47 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16946 for ; Tue, 4 Mar 1997 13:31:40 -0800 (PST) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.5/8.8.2) id WAA03370; Tue, 4 Mar 1997 22:30:12 +0100 (MET) From: Guido van Rooij Message-Id: <199703042130.WAA03370@gvr.win.tue.nl> Subject: Re: gcc question In-Reply-To: <199703042057.NAA10366@phaeton.artisoft.com> from Terry Lambert at "Mar 4, 97 01:57:51 pm" To: terry@lambert.org (Terry Lambert) Date: Tue, 4 Mar 1997 22:30:12 +0100 (MET) Cc: terry@lambert.org, FreeBSD-hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] 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 Terry Lambert wrote: > > > > I still interface between the two, without having to write a wrapper > > > > (becasue I think that is ugly). > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Then you must create a stub function, eg: What I meant was isn't there an __whatever__ function attruibute that does this. -Guido