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/od.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index 03eba9366..dd2176282 100644 --- a/src/od.c +++ b/src/od.c @@ -28,6 +28,9 @@ #include "long-options.h" #include "xstrtoul.h" +/* The official name of this program (e.g., no `g' prefix). */ +#define PROGRAM_NAME "od" + #if defined(__GNUC__) || defined(STDC_HEADERS) # include #endif -- cgit v1.2.3-54-g00ecf