aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/common.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-04-12 12:42:37 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-04-12 12:42:37 +0300
commit9a4377be0d21e597c66bad6c7452873aebfb3c1c (patch)
tree2b3213e234b6d28a57dbb3f55b5557b079a962ac /src/liblzma/common/common.h
parentRemove doubled words from documentation and comments. (diff)
downloadxz-9a4377be0d21e597c66bad6c7452873aebfb3c1c.tar.xz
Put the unstable APIs behind #ifdef LZMA_UNSTABLE.
This way people hopefully won't complain if these APIs change and break code that used an older API.
Diffstat (limited to 'src/liblzma/common/common.h')
-rw-r--r--src/liblzma/common/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liblzma/common/common.h b/src/liblzma/common/common.h
index 8e9a387c..9d776f9a 100644
--- a/src/liblzma/common/common.h
+++ b/src/liblzma/common/common.h
@@ -32,6 +32,8 @@
#define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL
+#define LZMA_UNSTABLE
+
#include "lzma.h"
// These allow helping the compiler in some often-executed branches, whose