/* ---------------------------------------------------------------------- */
/*                   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
