aboutsummaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-10-28 01:17:59 +0100
committerubq323 <ubq323@ubq323.website>2022-10-28 01:17:59 +0100
commitc524506e04927a39648d47ba55af4fdff32faab6 (patch)
tree94fb88c53b7b1530753872277ec8f3d2caaa8161 /conf.h
parent7a17c3a4ea869a04041ff2568fd02ec676ab8dff (diff)
horrible makefile tricks, making the buffer thing actually buffer the buffers bufferously, properly, also fix typos
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 80d7181..96fbce5 100644
--- a/conf.h
+++ b/conf.h
@@ -25,9 +25,11 @@
printf(name " [%s]\n",__xxx); \
free(__xxx); \
} while (0)
+ #define DPf(...) fprintf(stderr,__VA_ARGS__)
#else
#define DP(x)
#define DPn(n,x,l)
+ #define DPf(...)
#endif
#define NICK "Bee"