Project

General

Profile

Bug #17522 ยป ruby-stdalign_h-typo.patch

xtkoba (Tee KOBAYASHI), 01/09/2021 01:42 AM

View differences:

include/ruby/internal/stdalign.h
#elif RBIMPL_HAS_DECLSPEC_ATTRIBUTE(align)
# define RBIMPL_ALIGNAS(_) __declspec(align(_))
#elif RBIMPL_HAS_ATTRIBUTE(aliged)
#elif RBIMPL_HAS_ATTRIBUTE(aligned)
# define RBIMPL_ALIGNAS(_) __attribute__((__aligned__(_)))
#else
    (1-1/1)