home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* Copyright (C) 1991 by Natürlich! */
- /* This file is copyrighted! */
- /* Refer to the documentation for details. */
- /* ---------------------------------------------------------------------- */
- #ifndef __DEBUG__
- # define __DEBUG__ 1
- # if ! DEBUG
- # if __PUREC__ && EXPERIMENTAL
- # define VMESS +++put #if DEBUG around "VMESS"ages+++
- # endif
- # define ENTER(x)
- # define MESS(x)
- # define SMESS(x)
- # define IMESS(x,y,z)
- # define LEAVE()
- # define ALEAVE()
- # define SETBACK(x)
- # define SAVESTATE(x)
- # endif
- #endif
-