]> wimlib.net Git - wimlib/blobdiff - src/lzx_decompress.c
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / src / lzx_decompress.c
index 5747d327270717ae6892c257374088e4dfec789d..ba923fdd3aeb7e51b0238104f494ed07d7c1e64a 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
@@ -115,7 +115,7 @@ struct lzx_decompressor {
         * bits of aligned offset blocks */
        u8 extra_offset_bits_minus_aligned[LZX_MAX_OFFSET_SLOTS];
 
-} _aligned_attribute(DECODE_TABLE_ALIGNMENT);
+} __attribute__((aligned(DECODE_TABLE_ALIGNMENT)));
 
 /* Read a Huffman-encoded symbol using the precode. */
 static forceinline unsigned