aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-01 14:57:12 +0000
committerWerner Koch <[email protected]>2010-11-01 14:57:12 +0000
commit8fbda4494c424a6343ece3a0850372a2e457d641 (patch)
tree41d5c484f2b0241b19070b45c96dcd194f290451 /src/debug.h
parentFix bug#1205 (diff)
downloadlibassuan-8fbda4494c424a6343ece3a0850372a2e457d641.tar.gz
libassuan-8fbda4494c424a6343ece3a0850372a2e457d641.zip
Changes to allow building the CE version with MSC.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h4
1 files changed, 2 insertions, 2 deletions
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, '/');