summaryrefslogtreecommitdiff
path: root/src/expand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-03 05:01:48 +0000
committerJim Meyering <jim@meyering.net>1999-04-03 05:01:48 +0000
commit7c2d5de6c7a61c075fe3fe8012301966c8dfb7b9 (patch)
tree63cd3274c8e45f123d16619f8e539b216bb477de /src/expand.c
parentdb6ce0481b41d5c956d190fd3f57cddba4fb2bb3 (diff)
downloadcoreutils-7c2d5de6c7a61c075fe3fe8012301966c8dfb7b9.tar.xz
define PROGRAM_NAME
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expand.c b/src/expand.c
index b0fe973fc..b1c448ea9 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -42,6 +42,9 @@
#include "error.h"
#include "long-options.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "expand"
+
/* The number of bytes added at a time to the amount of memory
allocated for the output line. */
#define OUTPUT_BLOCK 256