From 7c2d5de6c7a61c075fe3fe8012301966c8dfb7b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Apr 1999 05:01:48 +0000 Subject: define PROGRAM_NAME --- src/wc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wc.c') diff --git a/src/wc.c b/src/wc.c index 97dc02520..9750a774b 100644 --- a/src/wc.c +++ b/src/wc.c @@ -32,6 +32,9 @@ #include "long-options.h" #include "safe-read.h" +/* The official name of this program (e.g., no `g' prefix). */ +#define PROGRAM_NAME "wc" + /* Size of atomic reads. */ #define BUFFER_SIZE (16 * 1024) -- cgit v1.2.3-54-g00ecf