mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() Compilation of extension libraries written in C++ are reportedly broken due to https://github.com/ruby/ruby/pull/2404 The root cause of this issue was that the definition of ANYARGS differ between C and C++, and that of C++ is incompatible with the updated ones. We are using the incompatibility against itself. In C++ two distinct function prototypes can be overloaded. We provide the old, ANYARGSed prototypes in addition to the current granular ones; and let the older ones warn about types. |
||
---|---|---|
.. | ||
configure-ext.mk.tmpl | ||
depend.tmpl | ||
Doxyfile.tmpl | ||
encdb.h.tmpl | ||
extinit.c.tmpl | ||
exts.mk.tmpl | ||
fake.rb.in | ||
GNUmakefile.in | ||
id.c.tmpl | ||
id.h.tmpl | ||
known_errors.inc.tmpl | ||
limits.c.tmpl | ||
Makefile.in | ||
prelude.c.tmpl | ||
ruby-runner.h.in | ||
ruby.pc.in | ||
sizes.c.tmpl | ||
transdb.h.tmpl | ||
unicode_norm_gen.tmpl | ||
verconf.h.tmpl |