diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-18 19:23:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-18 19:23:27 +0000 |
commit | 779252f1af86cb99955406cb9791a647539852ee (patch) | |
tree | 7474753e780568f25083ff0bb759ff00770a2d3e /Build/source/texk/web2c/cpascal.h | |
parent | 86ef1002b41b8dca25b393c06f3064cbb9ba729c (diff) |
avoid some type warnings
git-svn-id: svn://tug.org/texlive/trunk@6305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cpascal.h')
-rw-r--r-- | Build/source/texk/web2c/cpascal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h index ea71e72a298..f930bcd6b5b 100644 --- a/Build/source/texk/web2c/cpascal.h +++ b/Build/source/texk/web2c/cpascal.h @@ -273,8 +273,8 @@ extern void close_file P1H(FILE *); extern void recorder_change_filename P1H(string); extern boolean recorder_enabled; extern string output_directory; -extern void recorder_record_input P1H(string); -extern void recorder_record_output P1H(string); +extern void recorder_record_input P1H(const_string); +extern void recorder_record_output P1H(const_string); /* version.c */ extern string versionstring; |