Date: Mon, 17 Mar 2003 10:01:34 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/awk Makefile Message-ID: <20030317180134.GA33965@dragon.nuxi.com> In-Reply-To: <20030317173733.GF8687@sunbay.com> References: <200303170807.h2H87soE018695@repoman.freebsd.org> <20030317084636.GA96226@nagual.pp.ru> <20030317170003.GA31982@dragon.nuxi.com> <20030317173733.GF8687@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 17, 2003 at 07:37:33PM +0200, Ruslan Ermilov wrote: > On Mon, Mar 17, 2003 at 09:00:03AM -0800, David O'Brien wrote: > > On Mon, Mar 17, 2003 at 11:46:36AM +0300, Andrey A. Chernov wrote: > > > On Mon, Mar 17, 2003 at 00:07:54 -0800, David E. O'Brien wrote: > > > > obrien 2003/03/17 00:07:54 PST > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > usr.bin/awk Makefile > > > > Log: > > > > For the bwk_20030314 version, we have to -DHAS_ISBLANK now. > > > > Oh how I wish the author had accepted my "#ifndef isblank" patch instead. > > > > > > In strict sense isblank() is a function, not necessary a macro. > > > > Show me a single real implimentation that isn't a macro. > > > : NAME > : isblank - test for a blank character > : > : SYNOPSIS > : #include <ctype.h> > : int isblank(int c); > : > : DESCRIPTION > : CX The functionality described on this reference page > : is aligned with the ISO C standard. Any conflict > : between the requirements described here and the > : ISO C standard is unintentional. This volume of > : IEEE Std 1003.1-200x defers to the ISO C standard. > : The isblank( ) function ... A man page isn't an example, but what ever. No sense arguing with you. > Also, you've just imported one, and it's pretty REAL. :-) Geez, sorry I didn't say libc, where one finds this; and a system where one would use AWK. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317180134.GA33965>