From e133bf0c482bbd1b846a0491210bf3a0a77130ba Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 19 May 2011 23:05:38 +0000 Subject: w32 and other updates, mostly from siep git-svn-id: svn://tug.org/texlive/trunk@22538 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/doc/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/doc/coding-style.txt') 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 -- cgit v1.2.3