1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Remove replacements for libgpg-error < 1.21.

* common/util.h: Remove replacement macros for libgpg-error<1.21.
* common/types.h: Ditto.
* common/mischelp.h: Ditto.
* common/t-mapstrings.c: Include t-support.h before stringhelp.h
* common/t-stringhelp.c: Ditto.
* common/t-support.h: Always include gpg-error.h.
* kbx/keybox-search.c: Do not include stringhelp.h so that keybox-defs
comes first.
--

This patch enhances commit d6e0149 from  Dec 10.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-12-12 13:57:19 +01:00
parent 1605e34fc3
commit f0ae40b0c9
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
7 changed files with 5 additions and 166 deletions

View file

@ -32,9 +32,8 @@
#include <stdlib.h>
#include <string.h>
#include "stringhelp.h"
#include "t-support.h"
#include "stringhelp.h"
static void
test_map_static_macro_string (void)