__declspec(align(#)) does not take sizeof()

same as r61833


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-01-15 07:32:48 +00:00
Родитель 8a52dbdb2a
Коммит 194d4e99ad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8077,7 +8077,7 @@ struct ibf_dump {
rb_iseq_t * iseq_alloc(void);
struct ibf_load {
const RUBY_ALIGNAS(sizeof(VALUE)) char *buff;
const RUBY_ALIGNAS(SIZEOF_VALUE) char *buff;
const struct ibf_header *header;
ID *id_list; /* [id0, ...] */
VALUE iseq_list; /* [iseq0, ...] */