Date: Wed, 1 Apr 2015 11:27:14 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: John-Mark Gurney <jmg@funkthat.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r280818 - in head: lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3 Message-ID: <20150401082714.GV2379@kib.kiev.ua> In-Reply-To: <20150401062850.GV51048@funkthat.com> References: <201503291914.t2TJEgZN082841@svn.freebsd.org> <20150401062850.GV51048@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 31, 2015 at 11:28:50PM -0700, John-Mark Gurney wrote: > Konstantin Belousov wrote this message on Sun, Mar 29, 2015 at 19:14 +0000: > > -.Fn EV_SET "&kev" ident filter flags fflags data udata > > +.Fn EV_SET "kev" ident filter flags fflags data udata > > I'm wondering if this change was intentional? Are you planning on > changing the EV_SET macro? Yes, it was intentional. The &kev is not a C syntax for type declaration. I considered change it to *kev, but later is also not very useful for list of _macro_ arguments.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150401082714.GV2379>