summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/texmfmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/texmfmp.c')
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index 1bb31f9dc05..acc6fddc4fd 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -609,7 +609,7 @@ ipcpage P1C(int, is_eof)
{
static boolean begun = false;
unsigned len = 0;
- string p = "";
+ string p = (string)"";
if (!begun) {
string name; /* Just the filename. */
@@ -970,8 +970,10 @@ parse_options P2C(int, argc, string *, argv)
#ifdef XeTeX
} else if (ARGUMENT_IS ("papersize")) {
+ extern const_string papersize;
papersize = optarg;
} else if (ARGUMENT_IS ("output-driver")) {
+ extern const_string outputdriver;
outputdriver = optarg;
#endif
@@ -1645,7 +1647,7 @@ input_line P1C(FILE *, f)
/* This string specifies what the `e' option does in response to an
error message. */
-static char *edit_value = EDITOR;
+static const_string edit_value = EDITOR;
/* This procedure originally due to sjc@s1-c. TeX & Metafont call it when
the user types `e' in response to an error, invoking a text editor on