mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Update error handling to match gpg-error in CVS.
This commit is contained in:
parent
39e6e163d4
commit
a58ce94d8e
16 changed files with 119 additions and 124 deletions
|
@ -23,11 +23,7 @@
|
|||
|
||||
#include "util.h"
|
||||
|
||||
#ifdef GPG_ERR_SOURCE_DEFAULT
|
||||
# define GPG_ERR_INVALID_VALUE GPG_ERR_INV_VALUE
|
||||
# define GPG_ERR_INVALID_DATA GPG_ERR_INV_DATA
|
||||
# define GPG_ERR_INVALID_SEXP GPG_ERR_INV_SEXP
|
||||
#else /*GPG_ERR_SOURCE_DEFAUL*/
|
||||
#ifndef GPG_ERR_SOURCE_DEFAULT
|
||||
/* Error numbers. Note, that they are onkly used for old code not yet
|
||||
converted to libgpg-error. */
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue