summaryrefslogtreecommitdiff
path: root/Build/source/README.7coding
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-19 23:03:47 +0000
committerKarl Berry <karl@freefriends.org>2017-05-19 23:03:47 +0000
commit29cad23f8934d6696c75dc1ab23b062eb7b9b403 (patch)
tree1b9461279c3de67e324856540b2fa099454a469a /Build/source/README.7coding
parent02d80ea895335df75e00859242939f1c46ef738b (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.7coding5
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
================================