Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 5373
Line 3645... Line 3645...
3645
# define FAIL() printf("FAIL %s\n", __FUNCTION__)
3645
# define FAIL() printf("FAIL %s\n", __FUNCTION__)
3646
extern int MESA_VERBOSE;
3646
extern int MESA_VERBOSE;
3647
extern int MESA_DEBUG_FLAGS;
3647
extern int MESA_DEBUG_FLAGS;
3648
# define MESA_FUNCTION __FUNCTION__
3648
# define MESA_FUNCTION __FUNCTION__
3649
#else
3649
#else
3650
# define ENTER() printf("ENTER %s\n", __FUNCTION__)
3650
# define ENTER()
3651
# define LEAVE() printf("LEAVE %s\n", __FUNCTION__)
3651
# define LEAVE()
3652
# define FAIL()
3652
# define FAIL()
3653
# define MESA_VERBOSE 0
3653
# define MESA_VERBOSE 0
3654
# define MESA_DEBUG_FLAGS 0
3654
# define MESA_DEBUG_FLAGS 0
3655
# define MESA_FUNCTION "a function"
3655
# define MESA_FUNCTION "a function"
3656
# ifndef NDEBUG
3656
# ifndef NDEBUG