Gnash  0.8.10
adipe.h
Go to the documentation of this file.
00001 #ifndef __ADIPE_H_
00002 #define __ADIPE_H_
00003 
00004 
00005 #define QQ_LVL 6
00006 
00007 #define QQ(x)   do {                                                    \
00008                         if ( (x) <= QQ_LVL )                            \
00009                                 fprintf(stderr,"QQ %s \t%d \t%s\n",     \
00010                                         __FILE__, __LINE__,             \
00011                                          __PRETTY_FUNCTION__);          \
00012                 } while(0)
00013 
00014 #endif
00015