diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
commit | 2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 (patch) | |
tree | 8df832051a6a2104a7700a03af518a79001e6eeb /usr.bin/unifdef | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r-- | usr.bin/unifdef/unifdef.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 3541952..0a76d56 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -222,7 +222,6 @@ int findsym(const char *); void flushline(bool); int getline(char *, int, FILE *, bool); Linetype ifeval(const char **); -int main(int, char **); const char *skipcomment(const char *); const char *skipquote(const char *, Quote_state); const char *skipsym(const char *); |