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