(program_name): Declare *not* to be const.
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:19:06 +0000 (17:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:19:06 +0000 (17:19 +0000)
src/ptx.c

index c77c824f67192887b4699155ab15a055d2346a07..c83b745fc05c2093b5de48883e3054410b3adb42 100644 (file)
--- 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;