commit | f88bf0850d6eace21ecdfc43d079093d205599e2 | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Mon May 25 18:42:22 2009 +0300 |
committer | Lasse Collin <[email protected]> | Mon May 25 18:42:22 2009 +0300 |
tree | b5b2cb6bade13788daa961f3e3e83ba6d9e69584 | |
parent | a052d9261c1c8bda7f975c43415ac1f6164751aa [diff] |
Add XZ_EXTERN macro and use it to mark all functions with external linkage. This is needed to support marking those functions as static in some situations in the Linux kernel. XZ_EXTERN may be used for dllimport/dllexport too on some other operating systems.