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

sed -i s|ruby/3|ruby/impl|g

This shall fix compile errors.
This commit is contained in:
卜部昌平 2020-05-04 15:35:26 +09:00
parent dca234a5dc
commit d7f4d732c1
Notes: git 2020-05-11 09:24:43 +09:00
330 changed files with 43662 additions and 43662 deletions

View file

@ -9,10 +9,10 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for String.
*/
#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include <stddef.h> /* for size_t */
#include "internal/compilers.h" /* for __has_builtin */
#include "ruby/3/stdbool.h" /* for bool */
#include "ruby/impl/stdbool.h" /* for bool */
#include "ruby/encoding.h" /* for rb_encoding */
#include "ruby/ruby.h" /* for VALUE */