Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.c @ 1043:21d1d05aad39
Disable debug code
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 07 Mar 2005 10:09:21 +0000 |
parents | 0e7218843cfb |
children | 5023cde12cbd |
comparison
equal
deleted
inserted
replaced
1042:0e7218843cfb | 1043:21d1d05aad39 |
---|---|
59 #include "SDL_xbios_sb3.h" | 59 #include "SDL_xbios_sb3.h" |
60 | 60 |
61 #define XBIOS_VID_DRIVER_NAME "xbios" | 61 #define XBIOS_VID_DRIVER_NAME "xbios" |
62 | 62 |
63 /* Debug print info */ | 63 /* Debug print info */ |
64 #if 1 | 64 #if 0 |
65 #define DEBUG_PRINT(what) \ | 65 #define DEBUG_PRINT(what) \ |
66 { \ | 66 { \ |
67 printf what; \ | 67 printf what; \ |
68 } | 68 } |
69 /*#define DEBUG_VIDEO_XBIOS 1*/ | 69 #define DEBUG_VIDEO_XBIOS 1 |
70 #else | 70 #else |
71 #define DEBUG_PRINT(what) | 71 #define DEBUG_PRINT(what) |
72 #undef DEBUG_VIDEO_XBIOS | 72 #undef DEBUG_VIDEO_XBIOS |
73 #endif | 73 #endif |
74 | 74 |