From eb0faef81dae2cba1f62056fdc4dc2a7d58ac86a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 6 Feb 2012 20:50:47 +0100 Subject: common: Add a global variable to for the default error source. For the shared code parts it is cumbersome to pass an error sourse variable to each function. Its value is always a constant for a given binary and thus a global variable makes things a lot easier than the former macro stuff. * common/init.c (default_errsource): New global var. (init_common_subsystems): Rename to _init_common_subsystems. Set DEFAULT_ERRSOURCE. * common/init.h: Assert value of GPG_ERR_SOURCE_DEFAULT. (init_common_subsystems): New macro. * common/util.h (default_errsource): Add declaration. * kbx/keybox-defs.h: Add some GPG_ERR_SOURCE_DEFAULT trickery. --- g10/gpg.c | 1 + g10/gpgv.c | 1 + 2 files changed, 2 insertions(+) (limited to 'g10') diff --git a/g10/gpg.c b/g10/gpg.c index aa37a88b6..07d5172c5 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -55,6 +55,7 @@ #include "gc-opt-flags.h" #include "asshelp.h" #include "call-dirmngr.h" +#include "../common/init.h" #if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__) #define MY_O_BINARY O_BINARY diff --git a/g10/gpgv.c b/g10/gpgv.c index b62ab8224..07e4a2e37 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -49,6 +49,7 @@ #include "sysutils.h" #include "status.h" #include "call-agent.h" +#include "../common/init.h" enum cmd_and_opt_values { -- cgit v1.2.3