On Fri, 29 Jan 2016 14:34:39 -0500, "Ted Unangst" wrote: > do we have a preferred order for these words? i always use static void __dead > because i like the real C keywords first, then the annotations to follow. > starting the line with __ creates "glare". i don't know. not a big deal, just > throwing it out there.
Most code in the tree uses "static __dead void" which is what I prefer. - todd
