From 8a00a3280ee8fe625cd0590fdbc291b44745b20d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Nov 2003 12:43:56 +0000 Subject: Allow GPG_ERR_INLINE to get overriden, so that one can use the -D flag to specify the inline keyword. Suggested by Philip Brown. --- src/gpg-error.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3