diff options
Diffstat (limited to 'linker/linker_debug.h')
-rw-r--r-- | linker/linker_debug.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linker/linker_debug.h b/linker/linker_debug.h index 48a7abf..b9dfe34 100644 --- a/linker/linker_debug.h +++ b/linker/linker_debug.h @@ -62,10 +62,6 @@ #if LINKER_DEBUG #include "linker_format.h" -#ifdef __cplusplus -extern "C" { -#endif - extern int debug_verbosity; #if LINKER_DEBUG_TO_LOG extern int format_log(int, const char *, const char *, ...); @@ -81,10 +77,6 @@ extern int format_fd(int, const char *, ...); } while (0) #endif /* !LINKER_DEBUG_TO_LOG */ -#ifdef __cplusplus -}; -#endif - #else /* !LINKER_DEBUG */ #define _PRINTVF(v,f,x...) do {} while(0) #endif /* LINKER_DEBUG */ |