summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/usage.c')
-rw-r--r--Build/source/texk/web2c/lib/usage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/usage.c b/Build/source/texk/web2c/lib/usage.c
index 194cc73c84d..8e1d416e71f 100644
--- a/Build/source/texk/web2c/lib/usage.c
+++ b/Build/source/texk/web2c/lib/usage.c
@@ -9,7 +9,7 @@
to be the program name. */
void
-usage P1C(const_string, str)
+usage (const_string str)
{
fprintf (stderr, "Try `%s --help' for more information.\n", str);
uexit (1);
@@ -22,7 +22,7 @@ usage P1C(const_string, str)
limitations (sigh).
*/
void
-usagehelp P2C(const_string*, message, const_string,bug_email)
+usagehelp (const_string *message, const_string bug_email)
{
if (!bug_email)
bug_email = "tex-k@mail.tug.org";