summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_type_attribute.m4
blob: 5ea1219c6e475ffba35487ccc93242bbdc578fb4 (plain)
1
2
3
4
5
6
7
8
dnl -*- Autoconf -*-
dnl RUBY_TYPE_ATTRIBUTE(attrib, macroname, cachevar, condition)
AC_DEFUN([RUBY_TYPE_ATTRIBUTE], [dnl
    RUBY_DECL_ATTRIBUTE([$1], [$2], [$3], [$4],
	[type], [
@%:@define x struct conftest_attribute_check {int i;}
])
])dnl