bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: spurious comma in sys/chown-core.c


From: Daniel Reed
Subject: Re: spurious comma in sys/chown-core.c
Date: Mon, 21 Feb 2005 11:22:55 -0500 (EST)

On 2005-02-20T23:10-0800, Paul Eggert wrote:
) I installed this obvious patch to fix a C89 incompatibility in coreutils:
 ...
) -   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation.
) +   Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation.

I don't think this counts as a significant change, so the copyright year
might not need to be updated.


) -    RC_error,
) +    RC_error

The comma is unnecessary but not illegal in C89 (confirmed by compiling
using gcc -std=c89).

-- 
Daniel Reed <address@hidden>    http://people.redhat.com/djr/   
http://naim.n.ml.org/
Authority without wisdom is like a heavy axe without an edge, fitter to
bruise than polish. -- Anne Bradstreet




reply via email to

[Prev in Thread] Current Thread [Next in Thread]