mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
- add simple printout debug msg
This commit is contained in:
parent
7bc239adfc
commit
74900ca592
1 changed files with 6 additions and 0 deletions
|
@ -41,4 +41,10 @@
|
|||
# define ASSERT(cond, msg)
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
# define debug(x...) { fprintf(stderr,x); }
|
||||
#else
|
||||
# define debug(x...)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue