diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-11-17 09:58:57 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-11-17 10:41:54 (GMT) |
commit | d68b5355b36e31dbeec2474d8469646358e0cd87 (patch) | |
tree | edce5ea40ced94f248aa9c0e77a36c04fd8a68ad /src/corelib/tools | |
parent | 0091dcee679c8787f80bc2ed49f263c801779987 (diff) | |
download | Qt-d68b5355b36e31dbeec2474d8469646358e0cd87.zip Qt-d68b5355b36e31dbeec2474d8469646358e0cd87.tar.gz Qt-d68b5355b36e31dbeec2474d8469646358e0cd87.tar.bz2 |
Compile fix.
Not sure why this worked before.
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index d4a1248..92b54a0 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -3572,7 +3572,7 @@ static QByteArray toLatin1_helper(const QChar *data, int length) } length = length % 16; } -#elif QT_ALWAYS_HAVE_NEON +#elif defined(QT_ALWAYS_HAVE_NEON) // Refer to the documentation of the SSE2 implementation // this use eactly the same method as for SSE except: // 1) neon has unsigned comparison |