diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-19 23:03:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-19 23:03:47 +0000 |
commit | 29cad23f8934d6696c75dc1ab23b062eb7b9b403 (patch) | |
tree | 1b9461279c3de67e324856540b2fa099454a469a /Build/source/README.7coding | |
parent | 02d80ea895335df75e00859242939f1c46ef738b (diff) |
README.* updates from tlbuild.texi
git-svn-id: svn://tug.org/texlive/trunk@44437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.7coding')
-rw-r--r-- | Build/source/README.7coding | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/README.7coding b/Build/source/README.7coding index 9d0e2291d8d..8fd3ed0d2a4 100644 --- a/Build/source/README.7coding +++ b/Build/source/README.7coding @@ -10,8 +10,9 @@ should produce no (GCC) compiler warnings at all. In spite of considerable efforts into that direction we are still far from that goal and there are reasons that we may never fully reach it. Below are some rules about declarations of functions or variables and the use of -'const'. These rules should be applied to all parts of the TeX Live -tree, except some of those maintained independently. +'const'. These rules should be applied to most of the TeX Live tree, +the exception being code that is maintained independently and whose +maintainers don't want to accept patches. 9.1 Declarations and definitions ================================ |