home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / debug / tt_cdeb / cond.h next >
Encoding:
C/C++ Source or Header  |  1987-11-10  |  244 b   |  15 lines

  1. /*      COND.H
  2.  
  3.         TTCD Conditional Breakpoint Macro
  4.  
  5.         Copyright (c) 1987, SAYSoft, Inc.
  6.         All Rights Reserved.
  7. */
  8.  
  9.  
  10. #if !defined(NO_COND)
  11. #define condition(cond) _AX=(cond);
  12. #else
  13. #define condition(cond)
  14. #endif
  15.