Actions
Bug #7478
closedDo not include vararg.h - always include stdarg.h
Description
Cause : https://gist.github.com/4172330
It seems that stdarg.h is included in many separate C files unconditionally:
array.c, class.c, error.c, sprintf.c, include/ruby/ruby.h, include/ruby/encoding.h - all includes stdarg.h without checking for HAVE_STDARG_PROTOTYPES
So that, why there is check in include/ruby/intern.h, vm_core.h, vsnprintf.c (and may be somewhere else)
Actions
Like0
Like0Like0Like0