mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
printf
This commit is contained in:
parent
16d24be752
commit
3c9e124bda
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# define PP(args) printf(args);
|
# define PP(args) printf args;
|
||||||
#else
|
#else
|
||||||
# define PP(args)
|
# define PP(args)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue