1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ruby_type_attribute is not used for now

This commit is contained in:
Nobuyoshi Nakada 2020-12-12 22:54:50 +09:00
parent c3d6bac325
commit 414438688f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-01-18 18:15:52 +09:00

3
aclocal.m4 vendored
View file

@ -1,4 +1,4 @@
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
@ -43,6 +43,5 @@ m4_include([tool/m4/ruby_stack_grow_direction.m4])
m4_include([tool/m4/ruby_try_cflags.m4])
m4_include([tool/m4/ruby_try_cxxflags.m4])
m4_include([tool/m4/ruby_try_ldflags.m4])
m4_include([tool/m4/ruby_type_attribute.m4])
m4_include([tool/m4/ruby_universal_arch.m4])
m4_include([tool/m4/ruby_werror_flag.m4])