mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-15 16:26:01 +02:00
expr: Fixup authors
* src/expr.c: Standardise the format of AUTHORS to that used in other utils with multiple authors. Also add Paul Eggert since he basically rewrote it with his bignum fixes. * AUTHORS (expr): Add Paul Eggert.
This commit is contained in:
@@ -145,7 +145,10 @@ mpz_out_str (FILE *stream, int base, mpz_t z)
|
||||
/* The official name of this program (e.g., no `g' prefix). */
|
||||
#define PROGRAM_NAME "expr"
|
||||
|
||||
#define AUTHORS proper_name ("Mike Parker"), proper_name ("James Youngman")
|
||||
#define AUTHORS \
|
||||
proper_name ("Mike Parker"), \
|
||||
proper_name ("James Youngman"), \
|
||||
proper_name ("Paul Eggert")
|
||||
|
||||
/* Exit statuses. */
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user