mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
ruby_aligned_char no longer needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
995717e15c
commit
8a52dbdb2a
@ -8077,7 +8077,7 @@ struct ibf_dump {
|
||||
rb_iseq_t * iseq_alloc(void);
|
||||
|
||||
struct ibf_load {
|
||||
const ruby_aligned_char *buff;
|
||||
const RUBY_ALIGNAS(sizeof(VALUE)) char *buff;
|
||||
const struct ibf_header *header;
|
||||
ID *id_list; /* [id0, ...] */
|
||||
VALUE iseq_list; /* [iseq0, ...] */
|
||||
|
||||
@ -950,8 +950,6 @@ enum ruby_rstring_flags {
|
||||
RSTRING_ENUM_END
|
||||
};
|
||||
|
||||
typedef RUBY_ALIGNAS(SIZEOF_VALUE) char ruby_aligned_char;
|
||||
|
||||
struct RString {
|
||||
struct RBasic basic;
|
||||
union {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user