Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2011-03-28 04:10:40 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2011-03-28 04:10:40 +0400
commit4d692577f79d9d9321ec3212cbd3796ab9d26a14 (patch)
tree703b6d0c82bcf344e5ee6eff7aea86fe5b07e8dd
parentaa335124d359bf45adbb09951f43d2e5f6bda389 (diff)
*** empty log message ***
-rw-r--r--lzf_d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lzf_d.c b/lzf_d.c
index ec81d09..8433b8f 100644
--- a/lzf_d.c
+++ b/lzf_d.c
@@ -43,7 +43,6 @@
# define SET_ERRNO(n) errno = (n)
#endif
-#define USE_REP_MOVSB 1
#if USE_REP_MOVSB /* small win on amd, big loss on intel */
#if (__i386 || __amd64) && __GNUC__ >= 3
# define lzf_movsb(dst, src, len) \