home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / debug.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  712b  |  22 lines

  1. /* ---------------------------------------------------------------------- */
  2. /*                   Copyright (C) 1991 by Natürlich!                     */
  3. /*                      This file is copyrighted!                         */
  4. /*                Refer to the documentation for details.                 */
  5. /* ---------------------------------------------------------------------- */
  6. #ifndef __DEBUG__
  7. # define __DEBUG__ 1
  8. # if ! DEBUG
  9. #  if __PUREC__ && EXPERIMENTAL
  10. #   define VMESS   +++put #if DEBUG around "VMESS"ages+++ 
  11. #  endif
  12. #  define ENTER(x)
  13. #  define MESS(x)
  14. #  define SMESS(x)
  15. #  define IMESS(x,y,z)
  16. #  define LEAVE()
  17. #  define ALEAVE()
  18. #  define SETBACK(x)
  19. #  define SAVESTATE(x)
  20. # endif
  21. #endif
  22.