Gnash  0.8.11dev
adipe.h
Go to the documentation of this file.
1 #ifndef __ADIPE_H_
2 #define __ADIPE_H_
3 
4 
5 #define QQ_LVL 6
6 
7 #define QQ(x) do { \
8  if ( (x) <= QQ_LVL ) \
9  fprintf(stderr,"QQ %s \t%d \t%s\n", \
10  __FILE__, __LINE__, \
11  __PRETTY_FUNCTION__); \
12  } while(0)
13 
14 #endif
15