View | Details | Raw Unified | Return to bug 18033 | Differences between
and this patch

Collapse All | Expand All

(-)ACE/ACE_wrappers/ace/Log_Msg.cpp (-2 / +2 lines)
Lines 670-678 Link Here
670
  ACE_TRACE ("ACE_Log_Msg::log");
670
  ACE_TRACE ("ACE_Log_Msg::log");
671
  // External decls.
671
  // External decls.
672
672
673
#if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530)
673
#if defined(ACE_LACKS_SYS_NERR)
674
   extern int sys_nerr;
674
   extern int sys_nerr;
675
#endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */
675
#endif /* defined(ACE_LACKS_SYS_NERR) */
676
  typedef void (*PTF)(...);
676
  typedef void (*PTF)(...);
677
677
678
  // Only print the message if <priority_mask_> hasn't been reset to
678
  // Only print the message if <priority_mask_> hasn't been reset to

Return to bug 18033