summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ptexhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptexhelp.h')
-rw-r--r--Build/source/texk/web2c/ptexdir/ptexhelp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptexhelp.h b/Build/source/texk/web2c/ptexdir/ptexhelp.h
index 01821c7c1ff..b5847de1a53 100644
--- a/Build/source/texk/web2c/ptexdir/ptexhelp.h
+++ b/Build/source/texk/web2c/ptexdir/ptexhelp.h
@@ -6,7 +6,7 @@
#define HELP_H
#ifdef PTFTOPL
-string based_prog_name = "TFtoPL";
+const_string based_prog_name = "TFtoPL";
const_string PTEXTFTOPLHELP[] = {
"Usage: ptftopl [option] tfmfile [plfile]",
"",
@@ -19,7 +19,7 @@ NULL };
#endif /* PTFTOPL */
#ifdef PPLTOTF
-string based_prog_name = "PLtoTF";
+const_string based_prog_name = "PLtoTF";
const_string PTEXPLTOTFHELP[] = {
"Usage: ppltotf [option] plfile [tfmfile]",
"",
@@ -32,7 +32,7 @@ NULL };
#endif /* PPLTOTF */
#ifdef PBIBTEX
-string based_prog_name = "BibTeX";
+const_string based_prog_name = "BibTeX";
const_string PBIBTEXHELP[] = {
"Usage: pbibtex [option] auxfile",
"",
@@ -46,7 +46,7 @@ NULL };
#endif /* PBIBTEX */
#ifdef PDVITYPE
-string based_prog_name = "DVItype";
+const_string based_prog_name = "DVItype";
const_string PDVITYPEHELP[] = {
"Usage: pdvitype [option] dvifile",
"",