Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 18:29:10 +0700 (NOVST)
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 ...
Message-ID:  <200104291129.f3TBTAv18314@wint.itfs.nsk.su>
In-Reply-To: <200104290236.f3T2aau01961@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <stand.h> header
file.

	To fix world breakage you can drfine 'isalnum' in '<stand.h>'
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104291129.f3TBTAv18314>