Disable debug code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401044
This commit is contained in:
Patrice Mandin 2005-03-07 10:09:21 +00:00
parent 5c6b522728
commit 1b3ddcd400

View file

@ -61,12 +61,12 @@ static char rcsid =
#define XBIOS_VID_DRIVER_NAME "xbios"
/* Debug print info */
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
}
/*#define DEBUG_VIDEO_XBIOS 1*/
#define DEBUG_VIDEO_XBIOS 1
#else
#define DEBUG_PRINT(what)
#undef DEBUG_VIDEO_XBIOS