diff options
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); \ |