diff options
author | Werner Koch <[email protected]> | 2010-11-01 14:57:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-01 14:57:12 +0000 |
commit | 8fbda4494c424a6343ece3a0850372a2e457d641 (patch) | |
tree | 41d5c484f2b0241b19070b45c96dcd194f290451 /src/debug.h | |
parent | Fix bug#1205 (diff) | |
download | libassuan-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.h | 4 |
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, '/'); |