Mercurial > hg > Members > kono > Cerium
view include/TaskManager/error.h @ 210:204b03ca98f8
fix DrawSpan
author | gongo@localhost.localdomain |
---|---|
date | Fri, 30 Jan 2009 14:55:04 +0900 |
parents | 5c194c71eca8 |
children | 2ddf79a7c5fb |
line wrap: on
line source
#ifdef DEBUG # include <stdio.h> # define __debug(...) do { \ fprintf(stderr, __VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug(...) #endif #ifdef _PPE_DEBUG # include <stdio.h> # define __debug_ppe(...) do { \ printf("[PPE] "); printf(__VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug_ppe(...) #endif #ifdef _PPE_DEBUG # include <stdio.h> # define __debug_spe(...) do { \ printf("[SPE] "); printf(__VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug_ppe(...) #endif