From 008d0283f16c958ef9f8436cef8710aaedcd6a1c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 14 Apr 2010 14:22:18 +0000 Subject: build system: fixes for pTeX git-svn-id: svn://tug.org/texlive/trunk@17865 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ptexdir/ptexhelp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/web2c/ptexdir/ptexhelp.h') 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", "", -- cgit v1.2.3