home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_06 / 2n06020a < prev    next >
Text File  |  1991-04-30  |  126b  |  6 lines

  1. #ifndef NDEBUG
  2. #define __WATCH(expr,dh,fn)  if(expr) __BREAK(dh,fn)
  3. #else
  4. #define __WATCH(expr,dh,fn)  ((void) 0)
  5. #endif
  6.