summaryrefslogtreecommitdiff
path: root/src/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paste.c')
-rw-r--r--src/paste.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/paste.c b/src/paste.c
index f5a3f8d6e..bdf31ccde 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -47,6 +47,9 @@
#include "error.h"
#include "long-options.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "paste"
+
/* Indicates that no delimiter should be added in the current position. */
#define EMPTY_DELIM '\0'