danie...@apache.org writes: > Author: danielsh > Date: Thu Dec 30 20:13:50 2010 > New Revision: 1053996 > > URL: http://svn.apache.org/viewvc?rev=1053996&view=rev > Log: > Once and for all, name all our anonymous struct/enum typedefs. > > Follows up on r1040058, and with thanks to Danny Trebbien. > > * everywhere: > Change 'typedef struct {} foo_t;' to 'typedef struct foo_t {} foo_t;'.
If there is a consensus that this is a good thing to do then we should add it to our coding guidelines. -- Philip