diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
| commit | 92d23245c93eb7db64818384ee6c5366a465e29e (patch) | |
| tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /coreutils/expr.c | |
| parent | 40eaa9f0bb2c689552e39890592ed773d870c1fa (diff) | |
| download | busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.tar.gz busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.tar.bz2 busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.zip | |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'coreutils/expr.c')
| -rw-r--r-- | coreutils/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ | |||
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | #define arithdivf(name, op) \ | 227 | #define arithdivf(name, op) \ |
| 228 | int name (l, r) VALUE *l; VALUE *r; \ | 228 | static int name (l, r) VALUE *l; VALUE *r; \ |
| 229 | { \ | 229 | { \ |
| 230 | if (!toarith (l) || !toarith (r)) \ | 230 | if (!toarith (l) || !toarith (r)) \ |
| 231 | error_msg_and_die ( "non-numeric argument"); \ | 231 | error_msg_and_die ( "non-numeric argument"); \ |
