From owner-freebsd-current Sun Apr 29 17:32:51 2001 Delivered-To: freebsd-current@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id E7D6437B43C for ; Sun, 29 Apr 2001 17:32:49 -0700 (PDT) (envelope-from mdharnois@home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id 5752A14A11; Sun, 29 Apr 2001 19:33:09 -0500 (CDT) To: John Polstra Cc: current@FreeBSD.ORG, david@catwhisker.org Subject: Re: World is broken... Keywords: isalnum,stand References: <200104291719.f3THJP726340@bunrab.catwhisker.org> <200104291900.f3TJ0uS39289@vashon.polstra.com> From: Michael Harnois Date: 29 Apr 2001 19:33:08 -0500 In-Reply-To: <200104291900.f3TJ0uS39289@vashon.polstra.com> (John Polstra's message of "Sun, 29 Apr 2001 12:00:56 -0700 (PDT)") Message-ID: <867l03cjln.fsf@mharnois.workgroup.net> Lines: 25 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.5 (alfalfa) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 29 Apr 2001 12:00:56 -0700 (PDT), John Polstra said: > I imagine adding something like this to would fix it: > #define isalnum(c) (isalpha(c) || isdigit(c)) This suggestion was posted this morning in cvs-all; The file 'sys/boot/ficl/words.c' contains the "call" to 'isalnum' (macro) whic is not defined in header file. To fix world breakage you can drfine 'isalnum' in '' or use 'isxdigit' in the sys/boot/ficl/words.c instead of 'isalnum'. N.Dudorov I don't have any idea if the latter is correct, but I can tell you it works here (and I am experiencing none of the errors others in this thread have noted ...). -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa Make everything as simple as possible, but not simpler. -- Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message