summaryrefslogtreecommitdiffstats
path: root/phantasia/setup.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-05-08 13:03:49 +0000
committerwiz <wiz@NetBSD.org>2003-05-08 13:03:49 +0000
commit98dc6b82209d86036b45b7c5922f7df21a96d2cf (patch)
tree95a1f4d920cfc9958cef9dcfec166d29e6a9e089 /phantasia/setup.c
parent52fa7de33217992ab80db64af64168652cf903e8 (diff)
downloadbsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.tar.gz
bsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.tar.zst
bsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.zip
de-__P().
Diffstat (limited to 'phantasia/setup.c')
-rw-r--r--phantasia/setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index 6a1d4c0e..029e9b6f 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.11 2001/03/27 02:23:28 simonb Exp $ */
+/* $NetBSD: setup.c,v 1.12 2003/05/08 13:03:49 wiz Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -8,9 +8,9 @@
#include <fcntl.h>
#include "include.h"
-int main __P((int, char *[]));
-void Error __P((const char *, const char *)) __attribute__((__noreturn__));
-double drandom __P((void));
+int main(int, char *[]);
+void Error(const char *, const char *) __attribute__((__noreturn__));
+double drandom(void);
/* */
/************************************************************************