From 1d2d15e755e42d2a8bc5648e10f1819b6fc3b89e Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 18 May 2014 00:26:26 +0800 Subject: use 'static inline' instead of 'static' in a header file Conflicts: src/common/fqterm_trace.h --- src/common/fqterm_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fqterm_trace.h b/src/common/fqterm_trace.h index fc4b82d..8b7423e 100644 --- a/src/common/fqterm_trace.h +++ b/src/common/fqterm_trace.h @@ -59,7 +59,7 @@ int isAllowedCategory(const char *category, int trace_level); void addAllowedCategory(const char *category); -static void soft_break() { +static inline void soft_break() { #ifdef WIN32 #ifdef _MSC_VER __asm int 03h; -- cgit v1.2.3