Page MenuHomeFreeBSD

ccp: Don't name anonymous structure and union types
ClosedPublic

Authored by jhb on Fri, Feb 6, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 26, 1:36 AM
Unknown Object (File)
Thu, Feb 19, 10:59 PM
Unknown Object (File)
Thu, Feb 19, 12:24 AM
Unknown Object (File)
Sun, Feb 15, 9:45 AM
Unknown Object (File)
Sun, Feb 15, 5:05 AM
Unknown Object (File)
Thu, Feb 12, 1:21 PM
Unknown Object (File)
Wed, Feb 11, 4:08 PM
Unknown Object (File)
Sun, Feb 8, 10:45 AM
Subscribers

Details

Summary

Keep the dword labels as comments instead. Anonymous structs and
unions don't have type names in C11+.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Fri, Feb 6, 3:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Tue, Feb 24, 8:26 PM
This revision was automatically updated to reflect the committed changes.

I am sorry. I completely missed this (well never saw it).
That would have answered my question/poking from D55072.
Sorry and thank you!