Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/expr.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-20 02:49:41 +0300
committerEric Andersen <andersen@codepoet.org>2001-03-20 02:49:41 +0300
commit92d23245c93eb7db64818384ee6c5366a465e29e (patch)
tree1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /expr.c
parent40eaa9f0bb2c689552e39890592ed773d870c1fa (diff)
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expr.c b/expr.c
index 10aaa6be1..4a537bf33 100644
--- a/expr.c
+++ b/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"); \