diff options
Diffstat (limited to 'src/gpg-error.h')
-rw-r--r-- | src/gpg-error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h index 74121bb..2491301 100644 --- a/src/gpg-error.h +++ b/src/gpg-error.h @@ -28,7 +28,9 @@ #elif __STDC_VERSION__ >= 199901L #define GPG_ERR_INLINE inline #else +#ifndef GPG_ERR_INLINE #define GPG_ERR_INLINE +#endif #endif /* The GnuPG project consists of many components. Error codes are |