Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 1997 16:04:59 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        FreeBSD-bugs@freebsd.org, tiller@connectnet.com
Subject:   Re: 2/9-Gamma LINT problems
Message-ID:  <199702110504.QAA04180@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>To my knowledge, there should be quotes around any entry with numbers 
>in it, like this:
>
>options         "CHILD_MAX=128"
>options         "OPEN_MAX=128"

No, quotes are usually only necessary to prevent identifiers being split
up into letters and numbers.  E.g., I386_CPU would be 3 tokens (I, 386
and _CPU).  This isn't wanted, so "I386_CPU" is used.

Bruce



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