diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-07-14 02:00:45 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-07-14 02:00:45 +0000 |
commit | 1c19cb9624004f81e18e1fe4c78ba284d594e4ab (patch) | |
tree | 96256e21bc9d97355abecf18ca1641f3ac71d2c9 /usr.bin/m4 | |
parent | 660340d306a4e7a910794dc7984b73dd75875430 (diff) | |
download | FreeBSD-src-1c19cb9624004f81e18e1fe4c78ba284d594e4ab.zip FreeBSD-src-1c19cb9624004f81e18e1fe4c78ba284d594e4ab.tar.gz |
Remove prototype for main().
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 1a0011d..3ebbaa3 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -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[]) { |