[Bug 1556] rfs type defs violate type naming conventions
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Jun 15 00:43:36 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1556
Joel Sherrill <joel.sherrill at oarcorp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joel.sherrill at oarcorp.com
--- Comment #2 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-06-14 19:43:36 ---
This is the way most of the core code it done.
Proposal: drop the structs and use typedefs only, i.e.
typedef struct {
...
} xxx_t;
The struct is only named if absolutely needed.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list