diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-01-17 10:50:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-01-17 10:50:08 +0000 |
commit | 68136c1f4afc828673d5a08a146e46c263d83042 (patch) | |
tree | 3e1af36b31fcd9c85bfabb96bfa53422f0d52d90 /Build/source/texk/web2c/lib/lib.h | |
parent | 458eae17d8e5a26949845b01611be58df81ebe77 (diff) |
TeX & Co: Report number of file offset bits in -version (LFS)
git-svn-id: svn://tug.org/texlive/trunk@25130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/lib.h')
-rw-r--r-- | Build/source/texk/web2c/lib/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/lib.h b/Build/source/texk/web2c/lib/lib.h index e9501dc9f66..31f423508c5 100644 --- a/Build/source/texk/web2c/lib/lib.h +++ b/Build/source/texk/web2c/lib/lib.h @@ -47,7 +47,7 @@ extern boolean recorder_enabled; extern string output_directory; /* printversion.c */ -extern void printversionandexit (const_string, const_string, const_string, char*); +extern void printversionandexit (const_string, const_string, const_string, const_string); /* setupvar.c */ /* Set an array size from texmf.cnf. */ |