Changeset 20899
- Timestamp:
- 11/07/07 17:05:45 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/vapor/vpr/SystemBase.cpp
r20778 r20899 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 {
