From a373a01ed73b29b237e2f3a7c69955dd160fc34d Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Fri, 10 Feb 2017 16:41:03 +0300 Subject: qcssparser: Undef TILDE to fix compilation on Hurd Change-Id: Ic3168629565618bcd7f26e47579beaa1bbd22e39 Reviewed-by: Thiago Macieira Reviewed-by: Simon Hausmann --- src/gui/text/qcssparser_p.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/text/qcssparser_p.h') diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h index 9f79e9934e..c1594531ea 100644 --- a/src/gui/text/qcssparser_p.h +++ b/src/gui/text/qcssparser_p.h @@ -75,6 +75,10 @@ QT_END_NAMESPACE #if defined(Q_OS_INTEGRITY) # undef Value #endif +// Hurd has #define TILDE 0x00080000 from +#if defined(TILDE) +# undef TILDE +#endif #define QT_CSS_DECLARE_TYPEINFO(Class, Type) \ } /* namespace QCss */ \ -- cgit v1.2.3