Author: imp
Date: Thu Jan 25 15:42:21 2018
New Revision: 328400
URL: https://svnweb.freebsd.org/changeset/base/328400

Log:
  Add info about c99 designationed initializers.
  
  Differential Revision: https://reviews.freebsd.org/D13975

Modified:
  head/share/man/man9/style.9

Modified: head/share/man/man9/style.9
==============================================================================
--- head/share/man/man9/style.9 Thu Jan 25 15:35:34 2018        (r328399)
+++ head/share/man/man9/style.9 Thu Jan 25 15:42:21 2018        (r328400)
@@ -324,6 +324,10 @@ Userspace code should include
 while kernel code should include
 .In sys/types.h .
 .Pp
+Likewise, the project is moving to using the
+.St -isoC-99
+designated initializers when it makes sense to do so.
+.Pp
 Enumeration values are all uppercase.
 .Bd -literal
 enum enumtype { ONE, TWO } et;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to