1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/template
卜部昌平 a569bc09e2 add include/ruby/backward/cxxanyargs.hpp
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.
2019-09-06 15:50:58 +09:00
..
configure-ext.mk.tmpl
depend.tmpl
Doxyfile.tmpl add include/ruby/backward/cxxanyargs.hpp 2019-09-06 15:50:58 +09:00
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