Date: Fri, 16 Apr 2010 21:11:33 +1000 (EST) From: Bruce Evans <brde@optusnet.com.au> To: Andriy Gapon <avg@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r206687 - head/usr.bin/indent Message-ID: <20100416210721.W1238@delplex.bde.org> In-Reply-To: <201004152141.o3FLf7WX025585@svn.freebsd.org> References: <201004152141.o3FLf7WX025585@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Apr 2010, Andriy Gapon wrote: > Log: > indent(1): don't treat bare '_t' as a type name when -ta is used > > It seems that identifier "_t" is sometimes used as a variable name, > even in our tree. Not that I endorse that, but still it's better > to require at least one character before _t suffix to consider > an identifier to be a type name. > > Reported by: Alex Vasylenko <lxv@omut.org> > MFC after: 1 week Funny. POSIX reserves "_t" as a suffix in header files, so unless it also requires a non-null prefix, "_t" is reserved in POSIX. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100416210721.W1238>