- Spaces replaced with tabs
- Braces
- TRUE/true and FALSE/false replacement
- !! replacing () ? true : false
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
Just to ease my sanity, we should just double check that older gcc in base knows what to do with !!()
Does this build trivially for fbsd8?
Comment Actions
It totally does. The semantics of this haven't changed since before K&R published its first edition.
And there's code in the tree that does this.