Kaydet (Commit) 5d17e1ec authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix typo

Change-Id: Ifdbcbcc51c29dc14b2a3b4c845481b45300313d6
üst 152e2a2e
...@@ -60,7 +60,7 @@ inline bool isInExternCContext(clang::FunctionDecl const & decl) { ...@@ -60,7 +60,7 @@ inline bool isInExternCContext(clang::FunctionDecl const & decl) {
#if (__clang_major__ == 3 && __clang_minor__ >= 4) || __clang_major__ > 3 #if (__clang_major__ == 3 && __clang_minor__ >= 4) || __clang_major__ > 3
return decl.isInExternCContext(); return decl.isInExternCContext();
#else #else
return isExternalCContext(*decl.getCanonicalDecl()->getDeclContext()); return isExternCContext(*decl.getCanonicalDecl()->getDeclContext());
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment