diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-19 23:05:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-19 23:05:38 +0000 |
commit | e133bf0c482bbd1b846a0491210bf3a0a77130ba (patch) | |
tree | 7be046c7788ccf58074d95d77f1bf30a4f72e90a /Master/tlpkg/doc | |
parent | a8c5452a14562fb0b8d272e334c6d8cee059fa97 (diff) |
w32 and other updates, mostly from siep
git-svn-id: svn://tug.org/texlive/trunk@22538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/coding-style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/coding-style.txt b/Master/tlpkg/doc/coding-style.txt index e2637edfde8..087322cce66 100644 --- a/Master/tlpkg/doc/coding-style.txt +++ b/Master/tlpkg/doc/coding-style.txt @@ -71,7 +71,7 @@ not Perl keywords. * Similarly, Perl lets you omit parentheses around function calls and/or primitives in many situations. As a rule, don't do this. It is far clearer to use parens when there's a function call. Exceptions for -these primitives: exists, defined, print and its relatives. +these primitives: exists, defined, die, warn, and print and relatives. * The above is essentially the recommendation of the GNU coding standards |