From 6606de8b811f254122c909646ae60a2ae5e64d2a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Sep 1998 17:19:06 +0000 Subject: [PATCH] (program_name): Declare *not* to be const. --- src/ptx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptx.c b/src/ptx.c index c77c824f67..c83b745fc0 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -78,7 +78,7 @@ #define Sword 1 /* The name this program was run with. */ -const char *program_name; +char *program_name; /* If nonzero, display usage information and exit. */ static int show_help = 0; -- 2.47.3