summaryrefslogtreecommitdiff
path: root/Build/source/README.coding
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-12 11:26:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-12 11:26:04 +0000
commit6d03e7ffa9a3182297c9ccfd4f64412e2b34577b (patch)
treed119f68e4466452ec8c21b1049b7a8296d4dc37c /Build/source/README.coding
parentd0dfa0a54bb443b2b11ea5d2ec2548554e87ce40 (diff)
bug fix: missing quote in texlinks's svn id
git-svn-id: svn://tug.org/texlive/trunk@17440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.coding')
-rw-r--r--Build/source/README.coding4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/README.coding b/Build/source/README.coding
index bf0501b4f05..2252b5f4535 100644
--- a/Build/source/README.coding
+++ b/Build/source/README.coding
@@ -1,4 +1,4 @@
-Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
TeX Live (TL) coding rules
@@ -18,7 +18,7 @@ independently.
1.1. ANSI C function prototypes and definitions
-----------------------------------------------
The TL build system no longer supports pre-ANSI C compilers. Thus all
-functions prototypes and definitions must conform to the ANSI C standard
+function prototypes and definitions must conform to the ANSI C standard
(including `void' in the declaration of functions that take no parameters).
1.2. Static