Remove conflicting malloc declaration
This commit is contained in:
parent
6dbfe3ba60
commit
5c7d6617c8
@ -292,7 +292,6 @@ penalise(value, op, operand)
|
||||
int value, op, operand;
|
||||
{
|
||||
struct penalty *p;
|
||||
char *malloc();
|
||||
|
||||
op = opnum(op);
|
||||
if ((p = (struct penalty *)malloc((u_int)sizeof(*p))) == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user