summaryrefslogtreecommitdiffstats
path: root/mille/table.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 23:24:54 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 23:24:54 +0000
commit1bb96be3372ee03925cdb9f4b5da4f5fa989c55e (patch)
tree8c771d8ae19fe69a371e8ffb0d0c289375996b27 /mille/table.c
parentb699392ee5e6c55d892a0ab1a639208a373d9bab (diff)
downloadbsdgames-darwin-1bb96be3372ee03925cdb9f4b5da4f5fa989c55e.tar.gz
bsdgames-darwin-1bb96be3372ee03925cdb9f4b5da4f5fa989c55e.tar.zst
bsdgames-darwin-1bb96be3372ee03925cdb9f4b5da4f5fa989c55e.zip
ANSIfy function declarations. Object file diffs checked.
Diffstat (limited to 'mille/table.c')
-rw-r--r--mille/table.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/mille/table.c b/mille/table.c
index 73ac4f0b..084d5d01 100644
--- a/mille/table.c
+++ b/mille/table.c
@@ -1,4 +1,4 @@
-/* $NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $ */
+/* $NetBSD: table.c,v 1.9 2009/05/25 23:24:54 dholland Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\
#if 0
static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $");
+__RCSID("$NetBSD: table.c,v 1.9 2009/05/25 23:24:54 dholland Exp $");
#endif
#endif /* not lint */
@@ -54,9 +54,7 @@ __RCSID("$NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $");
int main(int, char **);
int
-main(argc, argv)
- int argc;
- char *argv[];
+main(int argc, char *argv[])
{
int i, j, count;