[Chinese-commits] [fqterm] 27/76: use 'static inline' instead of 'static' in a header file
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository fqterm.
commit 1d2d15e755e42d2a8bc5648e10f1819b6fc3b89e
Author: Iru Cai <mytbk920423 at gmail.com>
Date: Sun May 18 00:26:26 2014 +0800
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git
More information about the Chinese-commits
mailing list