On 11/21/2013 12:52 PM, Nikos Mavrogiannopoulos wrote:
> does xalloc-die really
> needs to report using error()?
xalloc-die is for use by standalone programs which
desire a particular standard way of handling memory
exhaustion, namely a diagnostic and nonzero exit
status like this:
$ od -S 115
Thanks, but the file doc/error.texi explains why the error module
does not depend on the progname module.
On Thu, 2013-11-21 at 12:08 -0800, Paul Eggert wrote:
> Thanks, but the file doc/error.texi explains why the error module
> does not depend on the progname module.
Hello,
My main issue is that I don't use error() and I have issues with it
because some module (xalloc-die) uses it. In fact does xal
>From 53ae3b6b60328b541a1621bf1f5974c8fe5d4dec Mon Sep 17 00:00:00 2001
From: Nikos Mavrogiannopoulos
Date: Thu, 21 Nov 2013 20:43:35 +0100
Subject: [PATCH] error() uses program_name.
---
modules/error | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/error b/modules/error
index f8676