diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-17 16:38:00 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-17 16:38:00 +0000 |
commit | ef6828db3f74d9c0ad7e0d9dff1e849a39bf90ff (patch) | |
tree | 2898b7310974bad5608830db80c53322e1fbff53 /Build/source/texk/seetexk/fio.h | |
parent | 69b31bc5a79ddff0b4b89009022ab9f3767069a9 (diff) |
enable compiler warnings
use ANSI C functions prototypes
avoid compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/fio.h')
-rw-r--r-- | Build/source/texk/seetexk/fio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/fio.h b/Build/source/texk/seetexk/fio.h index 53f2ef8ca81..aa2c8188a65 100644 --- a/Build/source/texk/seetexk/fio.h +++ b/Build/source/texk/seetexk/fio.h @@ -50,4 +50,4 @@ /* * Function types */ -i32 GetByte(), GetWord(), Get3Byte(), GetLong(); +i32 GetByte(FILE *), GetWord(FILE *), Get3Byte(FILE *), GetLong(FILE *); |