From 275e732d08441e5180ae8ef17da0f684106e60d6 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Sun, 31 Aug 2025 16:04:57 +0200 Subject: More history. HASH is not a good idea, changes too often. --- hextosrc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hextosrc.c') diff --git a/hextosrc.c b/hextosrc.c index 13be36c..5c58025 100644 --- a/hextosrc.c +++ b/hextosrc.c @@ -22,9 +22,6 @@ /* FreeBSD: devel/libunistring */ #include -#ifndef HASH -#define HASH "(undefined)" -#endif #ifndef VERSION #define VERSION "(undefined)" #endif @@ -143,7 +140,7 @@ void parse_options(int aArgc, char **aArgv) { while ((ch = getopt(aArgc, aArgv, "Vw:h:")) != -1) { switch (ch) { case 'V': - printf("%s version %s, hash %s\n", aArgv[0], VERSION, HASH); + printf("%s version %s\n", aArgv[0], VERSION); exit (EXIT_SUCCESS); break; case 'h': -- cgit v1.2.3