diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-08-30 14:43:09 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-08-30 14:43:09 +0000 |
commit | a826f595d2384365fcb9bc3c86b83f9763854528 (patch) | |
tree | 69da13d8dbd06fe327712febbcc4e715d5d69108 /textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp | |
parent | Fix a docs conflict from libjpeg-turbo not excluding the DOCS option. (diff) |
New port: randlm.
A toolkit for bulding randomized language models.
WWW: http://randlm.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=366625
Diffstat (limited to '')
-rw-r--r-- | textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp b/textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp new file mode 100644 index 000000000000..fc55279b2917 --- /dev/null +++ b/textproc/randlm/files/patch-src-LDHT-MurmurHash3.cpp @@ -0,0 +1,11 @@ +--- ./src/LDHT/MurmurHash3.cpp.bak 2012-03-30 14:53:05.000000000 +0400 ++++ ./src/LDHT/MurmurHash3.cpp 2014-08-30 17:56:33.000000000 +0400 +@@ -29,7 +29,7 @@ + + #else // defined(_MSC_VER) + +-#define FORCE_INLINE __attribute__((always_inline)) ++#define FORCE_INLINE inline __attribute__((always_inline)) + + inline uint32_t rotl32 ( uint32_t x, int8_t r ) + { |