]> wimlib.net Git - wimlib/blobdiff - include/wimlib/decompress_common.h
compiler.h: remove _aligned_attribute
[wimlib] / include / wimlib / decompress_common.h
index c42912674f972108faea215c0da49d5cbf47e753..46fce94fda6224716b0411baed52b1371c8ea98d 100644 (file)
@@ -403,7 +403,7 @@ read_huffsym(struct input_bitstream *is, const u16 decode_table[],
 #define DECODE_TABLE(name, num_syms, table_bits, max_codeword_len) \
        u16 name[DECODE_TABLE_SIZE((num_syms), (table_bits), \
                                   (max_codeword_len))] \
-               _aligned_attribute(DECODE_TABLE_ALIGNMENT)
+               __attribute__((aligned(DECODE_TABLE_ALIGNMENT)))
 
 /*
  * Declare the temporary "working_space" array needed for building the decode