Another update from Larry:
[oweals/busybox.git] / expr.c
diff --git a/expr.c b/expr.c
index 10aaa6be1fe4dfb32fd2c370b44dfadb594604e2..4a537bf33077d5490b6f3793a25d0a5f5ab0541e 100644 (file)
--- 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");       \