We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bd585 commit 373e5f6Copy full SHA for 373e5f6
1 file changed
ACE/ace/Stack_Trace.cpp
@@ -51,8 +51,8 @@ ACE_Stack_Trace::c_str () const
51
return &this->buf_[0];
52
}
53
54
-#if defined(__GLIBC__) || defined(ACE_HAS_EXECINFO_H) || defined(VXWORKS) || \
55
- (defined(ACE_WIN32) && !defined (__MINGW32__) && !defined(__BORLANDC__))
+#if defined (__GLIBC__) || defined (ACE_HAS_EXECINFO_H) || defined (VXWORKS) || \
+ (defined (ACE_WIN32) && !defined (__MINGW32__) && !defined (__BORLANDC__))
56
static inline size_t
57
determine_starting_frame (ssize_t initial_frame, ssize_t offset)
58
{
0 commit comments