Mercurial > hg > Members > koba > t_dandy
view error.h @ 64:07bc996c8e49
fix t_dandy on ps3.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 11 Feb 2011 18:20:30 +0900 |
parents | 435ac1cdb64e |
children |
line wrap: on
line source
#ifdef _DEBUG_ # include <stdio.h> # define __debug(...) do { \ fprintf(stderr, __VA_ARGS__); \ } while (0) #else /* !_DEBUG_ */ # define __debug(...) #endif