1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

Remove prototype for main().

This commit is contained in:
Juli Mallett 2002-07-14 02:00:45 +00:00
parent ac8bcbb700
commit 7b6f658ced
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99938

View File

@ -174,8 +174,6 @@ static int do_look_ahead(int, const char *);
static void enlarge_stack(void);
int main(int, char *[]);
int
main(int argc, char *argv[])
{