summaryrefslogtreecommitdiffstats
path: root/lz4hc_encoder.h
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-05-17 18:41:32 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-05-17 18:41:32 (GMT)
commite185b252f0c62a46929bb3fa3be4ab4d1d15d5d5 (patch)
treea692a7e61324b985c82ade938e2018270048dad9 /lz4hc_encoder.h
parent40ae7043df0d78f91892d361b5e619b93c3c071d (diff)
downloadlz4-e185b252f0c62a46929bb3fa3be4ab4d1d15d5d5.zip
lz4-e185b252f0c62a46929bb3fa3be4ab4d1d15d5d5.tar.gz
lz4-e185b252f0c62a46929bb3fa3be4ab4d1d15d5d5.tar.bz2
lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys
Cleaner C99 detection, thanks to Elad Modified Basic Types, as recommended by Wayne Scott Simplified compression function Corrected : warning on missing #undef in lz4hc, thanks Arseny Kapoulkine Modified length loops as suggested by Wouter Vermaelen Modified pragma pack directive for older versions of GCC, as reported by Peter Costello Updated xxHash to r29 Indent lz4hc.c with spaces git-svn-id: https://lz4.googlecode.com/svn/trunk@95 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'lz4hc_encoder.h')
-rw-r--r--lz4hc_encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lz4hc_encoder.h b/lz4hc_encoder.h
index 7efba9c..0d10e7c 100644
--- a/lz4hc_encoder.h
+++ b/lz4hc_encoder.h
@@ -332,6 +332,7 @@ int FUNCTION_NAME (const char* source,
// Locally Generated
#undef ENCODE_SEQUENCE
+#undef ENCODE_SEQUENCE_NAME
// Optional defines
#ifdef LIMITED_OUTPUT