Mercurial > hg > Members > kono > Cerium
view include/TaskManager/error.h @ 96:32be65e25785
*** empty log message ***
author | akira |
---|---|
date | Thu, 28 Feb 2008 20:05:23 +0900 |
parents | 7927e00fb8e2 |
children | 5c194c71eca8 |
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(__VA_ARGS__); \ } while (0) #else /* DEBUG */ # define __debug_ppe(...) #endif