From 92d23245c93eb7db64818384ee6c5366a465e29e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 23:49:41 +0000 Subject: Another cleanup patch from Jeff Garzik --- coreutils/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/expr.c') diff --git a/coreutils/expr.c b/coreutils/expr.c index 10aaa6be1..4a537bf33 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -225,7 +225,7 @@ int name (l, r) VALUE *l; VALUE *r; \ } #define arithdivf(name, op) \ -int name (l, r) VALUE *l; VALUE *r; \ +static int name (l, r) VALUE *l; VALUE *r; \ { \ if (!toarith (l) || !toarith (r)) \ error_msg_and_die ( "non-numeric argument"); \ -- cgit v1.2.3