summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 19:56:23 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 19:56:23 +0100
commit9c93ed1bca859e5b5cb3c018be327fb91213c558 (patch)
tree1e70466db1cd4d902f73451d85922acb5fbe6100 /utils
parenta1dc9ab55f155467dbf6b48e305658661fa09c98 (diff)
downloadnetsurf-9c93ed1bca859e5b5cb3c018be327fb91213c558.tar.gz
netsurf-9c93ed1bca859e5b5cb3c018be327fb91213c558.tar.bz2
Hopefully quash INFO confusion on Atari MINT platform
Diffstat (limited to 'utils')
-rw-r--r--utils/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/log.h b/utils/log.h
index 1f15e1371..7b5bcc3e8 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -25,6 +25,10 @@
#include "utils/errors.h"
+#if defined(__MINT__)
+#undef INFO
+#endif
+
extern bool verbose_log;
/**