aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authoramy <[email protected]>2023-05-08 16:02:12 +0000
committeramy <[email protected]>2023-05-08 16:02:12 +0000
commit45b4264a7377db319ff920314e788aad4f58a60b (patch)
treec6b66df6c85c5da1e4b10ef83d43e47b8e4d27ad /src/util.h
parent42da2badd44e08527bcb895febc46ca109c464a9 (diff)
:aa:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index 3357c6e..5b8d22f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -22,10 +22,11 @@ static const double NaN = 0.0f/0.0f;
#define info(s) info_m(s,__FILE__,__LINE__);
#define logm(s) log_m(s,__FILE__,__LINE__);
#else
-#define err(s,f,...);
-#define warn(s);
-#define info(s);
-#define logm(s);
+#define printf(...){};
+#define err(s,f,...){};
+#define warn(s){};
+#define info(s){};
+#define logm(s){};
#endif
double binomial(int n, int k);