summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cpascal.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-24 23:56:44 +0000
committerKarl Berry <karl@freefriends.org>2008-05-24 23:56:44 +0000
commit5561e1a93e01ee5f8caee4b1b76b0ad3c8ef860b (patch)
tree8e4a2879fecc6a2b2b9fd883088fa270d2fe1a9e /Build/source/texk/web2c/cpascal.h
parent7d9035678c561aa0152ec8c76f7eb6d854e54807 (diff)
declare loadpoolstrings in cpascal.h for -Wall cleanliness (found by Martin)
git-svn-id: svn://tug.org/texlive/trunk@8326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cpascal.h')
-rw-r--r--Build/source/texk/web2c/cpascal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h
index 9330f0695cb..20903abe2e5 100644
--- a/Build/source/texk/web2c/cpascal.h
+++ b/Build/source/texk/web2c/cpascal.h
@@ -282,6 +282,7 @@ extern boolean eoln P1H(FILE *);
extern void readln P1H(FILE *);
extern void fprintreal P4H(FILE *, double, int, int);
extern integer inputint P1H(FILE *);
+extern int loadpoolstrings P1H(integer);
extern void printversionandexit P4H(const_string, const_string, const_string, char*);
extern void zinput2ints P2H(integer *, integer *);
extern void zinput3ints P3H(integer *, integer *, integer *);