summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/config.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-24 07:02:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-24 07:02:11 +0000
commit6cbeff63c5f18ab4752342de7ae83a35118ebc38 (patch)
treee3becf02bc3d160206e1370760b38fd6a3c03609 /Build/source/texk/web2c/config.h
parent4257aa8b08cf9d60fbf6dd3d5da0afae5e4308ba (diff)
use ANSI C function declarations and prototypes
git-svn-id: svn://tug.org/texlive/trunk@13938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/config.h')
-rw-r--r--Build/source/texk/web2c/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/config.h b/Build/source/texk/web2c/config.h
index b97a6144c2c..52e8bec92f4 100644
--- a/Build/source/texk/web2c/config.h
+++ b/Build/source/texk/web2c/config.h
@@ -105,15 +105,15 @@ typedef off_t longinteger;
/* strtol.c */
#ifndef HAVE_STRTOL
-extern long strtol P3H(const char *, char **, int);
+extern long strtol (const char *, char **, int);
#endif
/* From uexit.c. This is here because the lib/ and web2c/ routines
themselves can use it, but they don't need cpascal.h. */
-extern void uexit P1H(int status);
+extern void uexit (int status);
/* usage.c */
-extern void usage P1H(const_string progname);
-extern void usagehelp P2H(const_string *message, const_string bug_email);
+extern void usage (const_string progname);
+extern void usagehelp (const_string *message, const_string bug_email);
#endif /* not WEB2C_CONFIG_H */