config.h has to be the very beginning

This header defines several essential macros.
This commit is contained in:
卜部昌平 2023-08-25 15:24:50 +09:00
parent 140daab5ac
commit 26cb3b5617
Notes: git 2023-08-25 08:28:15 +00:00

View File

@ -29,6 +29,8 @@
# include RUBY_EXTCONF_H
#endif
#include "ruby/internal/config.h"
#include <errno.h>
#include "internal/ruby_parser.h"
#include "parser_node.h"