From 24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 18 Feb 2002 05:15:19 +0000 Subject: Remove __P Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype --- games/random/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/random') diff --git a/games/random/random.c b/games/random/random.c index 8936b5d..9c66da4 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -58,7 +58,7 @@ static const char rcsid[] = #include #include -void usage __P((void)); +void usage(void); int main(argc, argv) -- cgit v1.1