Mercurial > hg > Members > kono > Cerium
comparison include/TaskManager/error.h @ 50:7927e00fb8e2
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 19:36:08 +0900 |
parents | db136fb5c21d |
children | 5c194c71eca8 |
comparison
equal
deleted
inserted
replaced
49:64ef030deb22 | 50:7927e00fb8e2 |
---|---|
1 #ifdef DEBUG | 1 #ifdef DEBUG |
2 # include <stdio.h> | 2 # include <stdio.h> |
3 # define __debug(...) do { \ | 3 # define __debug(...) do { \ |
4 printf(__VA_ARGS__); \ | 4 fprintf(stderr, __VA_ARGS__); \ |
5 } while (0) | 5 } while (0) |
6 #else /* DEBUG */ | 6 #else /* DEBUG */ |
7 # define __debug(...) | 7 # define __debug(...) |
8 #endif | 8 #endif |
9 | 9 |