On 3/15/26 13:18, Adrian Chadd wrote: > The branch main has been updated by adrian: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9976cff55e8897f74d970567e61512103216cf58 > > commit 9976cff55e8897f74d970567e61512103216cf58 > Author: Christos Longros <[email protected]> > AuthorDate: 2026-03-15 20:09:56 +0000 > Commit: Adrian Chadd <[email protected]> > CommitDate: 2026-03-15 20:10:59 +0000 > > rge: use C style comments instead of C++ > > FreeBSD style(9) mandates C style comments.
Quoting man 9 style as output on a system running main that I've access to: "C++ comments may be used in C and C++ code. Single-line comments should be consistently either C or C++ within a file. Multi-line comments should also be consistently either C or C++, but may differ from single-line comments." > . . . -- === Mark Millard marklmi at yahoo.com
