diff options
| author | 卜部昌平 <shyouhei@ruby-lang.org> | 2023-08-25 15:24:50 +0900 |
|---|---|---|
| committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2023-08-25 17:27:53 +0900 |
| commit | 26cb3b56178d39b2b66ae795238b5834830f8f66 (patch) | |
| tree | 0b4b66e2d34d9c3031a9ef8728b67de436a95adb /parse.y | |
| parent | 140daab5ac6bdba32036d17e12787dc241b5d61f (diff) | |
config.h has to be the very beginning
This header defines several essential macros.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8274
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
