Mercurial > mplayer.hg
changeset 25803:3aa3b6f0c4e3
Remove unused DPRINTF__ macro.
author | diego |
---|---|
date | Wed, 23 Jan 2008 11:11:32 +0000 |
parents | 2118c88fe0e1 |
children | 6ff35fe7e9bd |
files | loader/wine/debugtools.h |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/debugtools.h Wed Jan 23 00:05:48 2008 +0000 +++ b/loader/wine/debugtools.h Wed Jan 23 11:11:32 2008 +0000 @@ -33,15 +33,6 @@ #define SET_DEBUGGING(dbcl,dbch,on) \ ((on) ? ((dbch)[0] |= 1 << (dbcl)) : ((dbch)[0] &= ~(1 << (dbcl)))) -#ifndef __GNUC__ -#define __FUNCTION__ "" -#endif - -// illegal identifier -#define DPRINTF__(dbcl,dbch) \ - (!GET_DEBUGGING(dbcl,(dbch)) || (dbg_header_##dbcl((dbch),__FUNCTION__),0)) ? \ - (void)0 : (void)dbg_printf - /* Exported definitions and macros */ /* These function return a printable version of a string, including