Changeset 20900
- Timestamp:
- 11/07/07 17:06:50 (1 year ago)
- Files:
-
- juggler/trunk/modules/vapor/vpr/SystemBase.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/SystemBase.cpp
r20774 r20900 69 69 #endif 70 70 71 71 72 #if (! defined(__INTEL_COMPILER) && defined(__GNUC__) && \ 72 73 ((__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3)) || \ … … 222 223 std::string::size_type start(std::string::npos), end(std::string::npos); 223 224 224 #if defined(VPR_OS_Darwin) 225 #if defined(VPR_OS_Darwin) && ! defined(HAVE_BACKTRACE) 225 226 end = trace_line.find(":F("); 226 227 … … 248 249 { 249 250 std::string::size_type assign_start, assign_end; 250 #if defined(VPR_OS_Darwin) 251 #if defined(VPR_OS_Darwin) && ! defined(HAVE_BACKTRACE) 251 252 assign_start = start; 252 253 assign_end = end; … … 262 263 if(0==status) 263 264 { 264 #if defined(VPR_OS_Darwin) 265 #if defined(VPR_OS_Darwin) && ! defined(HAVE_BACKTRACE) 265 266 trace_line = demangled_buf; 266 267 #else … … 296 297 } 297 298 298 #if defined(VPR_OS_Darwin) 299 #if defined(VPR_OS_Darwin) && ! defined(HAVE_BACKTRACE) 299 300 struct CrawlFrame 300 301 {
