From a43fb158d0c5c90291b792d683aa0221403f1893 Mon Sep 17 00:00:00 2001 From: jsm Date: Tue, 27 Jan 2004 20:30:28 +0000 Subject: Remove uses of __P. --- larn/monster.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'larn/monster.c') diff --git a/larn/monster.c b/larn/monster.c index 5d0562a9..7d5dd4b9 100644 --- a/larn/monster.c +++ b/larn/monster.c @@ -1,4 +1,4 @@ -/* $NetBSD: monster.c,v 1.7 2001/02/05 00:57:33 christos Exp $ */ +/* $NetBSD: monster.c,v 1.8 2004/01/27 20:30:30 jsm Exp $ */ /* * monster.c Larn is copyrighted 1986 by Noah Morgan. @@ -100,7 +100,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: monster.c,v 1.7 2001/02/05 00:57:33 christos Exp $"); +__RCSID("$NetBSD: monster.c,v 1.8 2004/01/27 20:30:30 jsm Exp $"); #endif /* not lint */ #include @@ -114,7 +114,7 @@ struct isave { /* used for altar reality */ short arg; /* the type of item or hitpoints of monster */ }; -static int dirsub __P((int *, int *)); +static int dirsub(int *, int *); /* * createmonster(monstno) Function to create a monster next to the player * int monstno; -- cgit v1.2.3