From 8fbda4494c424a6343ece3a0850372a2e457d641 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Nov 2010 14:57:12 +0000 Subject: Changes to allow building the CE version with MSC. --- src/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 8d2771e..bd586c3 100644 --- a/src/debug.h +++ b/src/debug.h @@ -39,10 +39,10 @@ /* Remove path components from filenames (i.e. __FILE__) for cleaner logs. */ -static inline const char *_assuan_debug_srcname (const char *file) +static GPG_ERR_INLINE const char *_assuan_debug_srcname (const char *file) ASSUAN_GCC_A_PURE; -static inline const char * +static GPG_ERR_INLINE const char * _assuan_debug_srcname (const char *file) { const char *s = strrchr (file, '/'); -- cgit v1.2.3