summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ptx.c')
-rw-r--r--src/ptx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ptx.c b/src/ptx.c
index c343c2e82..75c4f94b0 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -31,6 +31,9 @@
#include "long-options.h"
#include "regex.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "ptx"
+
/* Number of possible characters in a byte. */
#define CHAR_SET_SIZE 256