Commit 1b3ddcd4 authored by Patrice Mandin's avatar Patrice Mandin

Disable debug code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401044
parent 5c6b5227
...@@ -61,12 +61,12 @@ static char rcsid = ...@@ -61,12 +61,12 @@ static char rcsid =
#define XBIOS_VID_DRIVER_NAME "xbios" #define XBIOS_VID_DRIVER_NAME "xbios"
/* Debug print info */ /* Debug print info */
#if 1 #if 0
#define DEBUG_PRINT(what) \ #define DEBUG_PRINT(what) \
{ \ { \
printf what; \ printf what; \
} }
/*#define DEBUG_VIDEO_XBIOS 1*/ #define DEBUG_VIDEO_XBIOS 1
#else #else
#define DEBUG_PRINT(what) #define DEBUG_PRINT(what)
#undef DEBUG_VIDEO_XBIOS #undef DEBUG_VIDEO_XBIOS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment