diff options
Diffstat (limited to 'any_log.h')
| -rw-r--r-- | any_log.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -200,10 +200,6 @@ typedef enum { #define ANY_LOG_ATTRIBUTE(...) #endif -#ifdef __cpluscplus -extern "C" { -#endif - // All log functions will output to the file stream specified by any_log_stream. // // You should always set this global to a valid stream (eg in main) before @@ -291,10 +287,6 @@ ANY_LOG_ATTRIBUTE(nonnull(1, 4)) void any_log_panic(const char *file, int line, const char *module, const char *func, const char *format, ...); -#ifdef __cpluscplus -} -#endif - #endif #ifdef ANY_LOG_IMPLEMENT |
