Skip to content

Commit

Permalink
Deactivate debug in RCS
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon committed Mar 30, 2010
1 parent 6406ebc commit 22c9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define ENTER2 do { fprintf(stderr, "%s:%-5d: ENTER\n", __FUNCTION__, __LINE__); } while(0)
#define RET2(args...) do { fprintf(stderr, "%s:%-5d: RETURN\n", __FUNCTION__, __LINE__);\
return args; } while(0)
#define DBG
//#define DBG
#ifdef DBG

#define ENTER do { fprintf(stderr, "%s:%-5d: ENTER\n", __FUNCTION__, __LINE__); } while(0)
Expand Down

0 comments on commit 22c9612

Please sign in to comment.