[Git][NTPsec/ntpsec][master] In the hacking guide, allow C11-style anonymous unions.

Eric S. Raymond gitlab at mg.gitlab.com
Tue Mar 21 21:06:31 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
4e644297 by Eric S. Raymond at 2017-03-21T17:06:17-04:00
In the hacking guide, allow C11-style anonymous unions.

- - - - -


1 changed file:

- devel/hacking.txt


Changes:

=====================================
devel/hacking.txt
=====================================
--- a/devel/hacking.txt
+++ b/devel/hacking.txt
@@ -6,8 +6,9 @@ Annoying but necessary legalese:
     redistributed under the project's license according to the normal
     forms and usages of the open-source community.
 
-If you want to learn more about the code internals, consult the .../devel/tour.txt file.
-This document is about development practices and project conventions.
+If you want to learn more about the code internals, consult the
+../devel/tour.txt file.  This document is about development practices
+and project conventions.
 
 You may also find the articles at https://blog.ntpsec.org/
 interesting.
@@ -43,6 +44,8 @@ coexist with distributions that use C89 conventions.
 You can download the C99 standard for free from here:
     http://atrey.karlin.mff.cuni.cz/projekty/vrr/doc/c99.pdf
 
+You *may* use C11-style anonymous unions.
+
 Only POSIX-1.2001/SUSv3 library functions should be used (a few
 specific exceptions are noted below).  If a library
 function not in that standard is required, then a wrapper function for back



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4e64429792968cf1b4e64949074c440bbe4a191c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170321/d733e7b3/attachment.html>


More information about the vc mailing list