diff options
author | ache <ache@FreeBSD.org> | 1997-09-24 19:26:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-24 19:26:20 +0000 |
commit | 5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb (patch) | |
tree | a33f96d90325bf0aaf6d1140053cf18c48626471 /games/arithmetic | |
parent | 6dbfe3ba60410a62395c089039a8a727cafe011b (diff) | |
download | FreeBSD-src-5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb.zip FreeBSD-src-5c7d6617c82d5bd81dca2bc9d4acd2f490d831bb.tar.gz |
Remove conflicting malloc declaration
Diffstat (limited to 'games/arithmetic')
-rw-r--r-- | games/arithmetic/arithmetic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index cfde8e9..40261d6 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -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) |