From owner-freebsd-hackers Sat Apr 28 21:33:15 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 1AE5B37B423 for ; Sat, 28 Apr 2001 21:33:14 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id C81EF3E0B; Sat, 28 Apr 2001 21:33:13 -0700 (PDT) To: Jos Backus Cc: freebsd-hackers@freebsd.org Subject: Re: Port-related C++ question In-Reply-To: <20010428211752.E6731@lizzy.bugworks.com>; from josb@cncdsl.com on "Sat, 28 Apr 2001 21:17:52 -0700" Date: Sat, 28 Apr 2001 21:33:13 -0700 From: Dima Dorfman Message-Id: <20010429043313.C81EF3E0B@bazooka.unixfreak.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jos Backus writes: > void stdin(const Config& config); <-=== line 99 `stdin' is a global variable which, surprisingly enough, refers to the standard input stream. Don't name a function after it and your problem should go away. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message