From owner-cvs-all Sun Apr 29 4:29:21 2001 Delivered-To: cvs-all@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id E554F37B43E for ; Sun, 29 Apr 2001 04:29:13 -0700 (PDT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.3/8.11.3) id f3TBTAv18314; Sun, 29 Apr 2001 18:29:10 +0700 (NOVST) (envelope-from nnd) Date: Sun, 29 Apr 2001 18:29:10 +0700 (NOVST) Message-Id: <200104291129.f3TBTAv18314@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/ficl ficlstring.c prefix.c search.c tools.c unix.c Makefile dict.c ficl.c ficl.h loader.c math64.c math64.h stack.c testmain.c vm.c words.c src/sys/boot/ficl/alpha sysdep.h src/sys/boot/ficl/i386 sysdep.h ... In-Reply-To: <200104290236.f3T2aau01961@freefall.freebsd.org> User-Agent: tin/1.5.9-20010328 ("Blue Water") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200104290236.f3T2aau01961@freefall.freebsd.org> you wrote: > > Modified files: > sys/boot/ficl Makefile dict.c ficl.c ficl.h loader.c > math64.c math64.h stack.c testmain.c vm.c > words.c > sys/boot/ficl/alpha sysdep.h > sys/boot/ficl/i386 sysdep.h > sys/boot/ficl/softwords classes.fr ifbrack.fr jhlocal.fr oo.fr > softcore.awk softcore.fr string.fr > Added files: > sys/boot/ficl ficlstring.c prefix.c search.c tools.c > unix.c > sys/boot/ficl/softwords prefix.fr > Log: > Bring in ficl 2.05. 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message