Remove conflicting malloc declaration

This commit is contained in:
ache 1997-09-24 19:26:20 +00:00
parent 6dbfe3ba60
commit 5c7d6617c8

View File

@ -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)