summaryrefslogtreecommitdiffstats
path: root/games/battlestar/parse.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
committerimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
commit24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d (patch)
tree275284ba202a3acb4c5d5041be389eba1a666e3b /games/battlestar/parse.c
parentd533053fe68906076e15c9a57531ef155a7d4283 (diff)
downloadFreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.zip
FreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.tar.gz
Remove __P
Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
Diffstat (limited to 'games/battlestar/parse.c')
-rw-r--r--games/battlestar/parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c
index a5846ad..e705b63 100644
--- a/games/battlestar/parse.c
+++ b/games/battlestar/parse.c
@@ -41,9 +41,9 @@ static const char rcsid[] =
#include "externs.h"
-static int hash __P((const char *));
-static void install __P((struct wlist *));
-struct wlist *lookup __P((const char *));
+static int hash (const char *);
+static void install(struct wlist *);
+struct wlist *lookup(const char *);
void
wordinit()
OpenPOWER on IntegriCloud