diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 16:55:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-19 16:55:12 +0000 |
commit | 63968cc776e4e694f1b6da85d56f414b761c8d4c (patch) | |
tree | 9bd253197db41b467922c5bd08896f1f17da9ff6 /Build/source/texk/web2c/lib/main.c | |
parent | ee7b98d544bf9697c5d13956d9f3ce16775f337c (diff) |
build system: move extern decls to headers
git-svn-id: svn://tug.org/texlive/trunk@17924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/main.c')
-rw-r--r-- | Build/source/texk/web2c/lib/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/main.c b/Build/source/texk/web2c/lib/main.c index 23af7a4fd12..654491e6a07 100644 --- a/Build/source/texk/web2c/lib/main.c +++ b/Build/source/texk/web2c/lib/main.c @@ -8,8 +8,6 @@ char **argv; int argc; -extern void mainbody (void); - /* The entry point for all the programs except TeX and Metafont, which have more to do. We just have to set up the command line. web2c transforms Pascal's main block into a procedure `main_body'. */ |