Mercurial > hg > Members > kono > Cerium
view include/TaskManager/error.h @ 47:8266445bdac2
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 13:09:58 +0900 |
parents | db136fb5c21d |
children | 7927e00fb8e2 |
line wrap: on
line source
#ifdef DEBUG # include <stdio.h> # define __debug(...) do { \ printf(__VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug(...) #endif #ifdef _PPE_DEBUG # include <stdio.h> # define __debug_ppe(...) do { \ printf(__VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug_ppe(...) #endif