diff options
author | Werner Koch <[email protected]> | 2022-01-27 08:07:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-01-27 08:50:24 +0000 |
commit | 54eff9cb9ac86809f3217179eb1029058d4a7936 (patch) | |
tree | 19143254dd9b9d6230e7a7a1a90675fda1f18c4c /src/gpg-error.h.in | |
parent | build: Fixes for make distcheck (diff) | |
download | libgpg-error-gpgrt-1.44.tar.gz libgpg-error-gpgrt-1.44.zip |
Release 1.44libgpg-error-1.44gpgrt-1.44
* configure.ac: Bump LT version to C32/A32/R2.
Diffstat (limited to '')
-rw-r--r-- | src/gpg-error.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index d2c3b8d..b97f38a 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1190,7 +1190,8 @@ typedef struct #define ARGPARSE_FLAG_USER 2048 /* Use user config file. */ #define ARGPARSE_FLAG_VERBOSE 4096 /* Print additional argparser info. */ #define ARGPARSE_FLAG_USERVERS 8192 /* Try version-ed user config files. */ -#define ARGPARSE_FLAG_WITHATTR 16384 /* Return attribute bits. */ +#define ARGPARSE_FLAG_WITHATTR 16384 /* Return attribute bits. (Make sure */ + /* to act upon ARGPARSE_OPT_IGNORE.) */ /* Constants for (gpgrt_argparse_t).err. */ #define ARGPARSE_PRINT_WARNING 1 /* Print a diagnostic. */ |