diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 12:42:37 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 12:42:37 +0300 |
commit | 9a4377be0d21e597c66bad6c7452873aebfb3c1c (patch) | |
tree | 2b3213e234b6d28a57dbb3f55b5557b079a962ac /src/xz | |
parent | Remove doubled words from documentation and comments. (diff) | |
download | xz-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/xz')
-rw-r--r-- | src/xz/private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xz/private.h b/src/xz/private.h index 6b01e513..978f81a3 100644 --- a/src/xz/private.h +++ b/src/xz/private.h @@ -12,6 +12,8 @@ #include "sysdefs.h" #include "mythread.h" + +#define LZMA_UNSTABLE #include "lzma.h" #include <sys/types.h> |