On Tue, Feb 17, 2009 at 05:51:13PM -0500, John Baldwin wrote:
> On Tuesday 17 February 2009 5:21:42 pm Roman Divacky wrote:
> > On Tue, Feb 17, 2009 at 09:31:12AM -0500, John Baldwin wrote:
> > > On Friday 13 February 2009 5:16:07 pm Roman Divacky wrote:
> > > > On Fri, Feb 13, 2009 at 03:55:44PM -
On Tuesday 17 February 2009 5:21:42 pm Roman Divacky wrote:
> On Tue, Feb 17, 2009 at 09:31:12AM -0500, John Baldwin wrote:
> > On Friday 13 February 2009 5:16:07 pm Roman Divacky wrote:
> > > On Fri, Feb 13, 2009 at 03:55:44PM -0500, Ryan Stone wrote:
> > > > __FILE__ is a string so you can't conc
On Tue, Feb 17, 2009 at 09:31:12AM -0500, John Baldwin wrote:
> On Friday 13 February 2009 5:16:07 pm Roman Divacky wrote:
> > On Fri, Feb 13, 2009 at 03:55:44PM -0500, Ryan Stone wrote:
> > > __FILE__ is a string so you can't concat that with anything to produce an
> > > identifier. In any case,
On Friday 13 February 2009 5:16:07 pm Roman Divacky wrote:
> On Fri, Feb 13, 2009 at 03:55:44PM -0500, Ryan Stone wrote:
> > __FILE__ is a string so you can't concat that with anything to produce an
> > identifier. In any case, the variable is static so there can't be any
> > collision problems wi
On Fri, Feb 13, 2009 at 03:55:44PM -0500, Ryan Stone wrote:
> __FILE__ is a string so you can't concat that with anything to produce an
> identifier. In any case, the variable is static so there can't be any
> collision problems with other files.
I was talking about the SYSINIT parameter. thats a
__FILE__ is a string so you can't concat that with anything to produce an
identifier. In any case, the variable is static so there can't be any
collision problems with other files.
Ryan Stone
___
freebsd-hackers@freebsd.org mailing list
http://lists.fre
hi
#define TUNABLE_INT(path, var) \
static struct tunable_int __CONCAT(__tunable_int_, __LINE__) = { \
(path), \
(var), \
};
7 matches
Mail list logo