Commit a6266db9 authored by Shinichiro Hamaji's avatar Shinichiro Hamaji

Add a hack for naive include scanners

parent ee9d4877
...@@ -349,4 +349,12 @@ _END_GOOGLE_NAMESPACE_ ...@@ -349,4 +349,12 @@ _END_GOOGLE_NAMESPACE_
// Make an implementation of stacktrace compiled. // Make an implementation of stacktrace compiled.
#ifdef STACKTRACE_H #ifdef STACKTRACE_H
# include STACKTRACE_H # include STACKTRACE_H
# if 0
// For include scanners which can't handle macro expansions.
# include "stacktrace_libunwind-inl.h"
# include "stacktrace_x86-inl.h"
# include "stacktrace_x86_64-inl.h"
# include "stacktrace_powerpc-inl.h"
# include "stacktrace_generic-inl.h"
# endif
#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