summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pr.c b/src/pr.c
index ccf3e3128..43ab930ea 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -305,6 +305,9 @@
#include "long-options.h"
#include "xstrtol.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "pr"
+
#ifndef TRUE
# define TRUE 1
# define FALSE 0