VALUE is already defined

This header is needed only when outside of the project
This commit is contained in:
卜部昌平 2023-08-25 14:37:05 +09:00
parent 197e91f357
commit ddc5c204b2
Notes: git 2023-08-25 08:28:17 +00:00

View File

@ -9,7 +9,9 @@
#define rb_encoding void
#define OnigCodePoint unsigned int
#include "parser_st.h"
#ifndef RUBY_RUBY_H
#include "parser_value.h"
#endif
#else