Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
This commit is contained in:
parent
40eaa9f0bb
commit
92d23245c9
14 changed files with 36 additions and 102 deletions
|
@ -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"); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue