English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/tools/sqlite/nfohelpr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3457 by tg, Thu Aug 9 13:18:23 2007 UTC revision 3458 by tg, Thu Aug 9 13:44:30 2007 UTC
# Line 43  Line 43 
43    
44  /* debugging */  /* debugging */
45  #define D(level, fmt, ...) do {                         \  #define D(level, fmt, ...) do {                         \
46          if (debug >= (level))                           \          if (debug >= (level)) {                         \
47                    fflush(NULL);                           \
48                  fprintf(stderr, (fmt), ##__VA_ARGS__);  \                  fprintf(stderr, (fmt), ##__VA_ARGS__);  \
49                    fflush(NULL);                           \
50            }                                               \
51  } while (0)  } while (0)
52    
53  __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.3457  
changed lines
  Added in v.3458

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20