fix msvc
This commit is contained in:
12
vendor/mruby-compiler2/include/mrc_parser_util.h
vendored
Normal file
12
vendor/mruby-compiler2/include/mrc_parser_util.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef MRC_PARSER_UTIL_H
|
||||
#define MRC_PARSER_UTIL_H
|
||||
|
||||
#include "mrc_ccontext.h"
|
||||
|
||||
MRC_BEGIN_DECL
|
||||
|
||||
const char* mrc_sym_name_len(mrc_ccontext *c, mrc_sym sym, mrc_int *lenp);
|
||||
|
||||
MRC_END_DECL
|
||||
|
||||
#endif // MRC_PARSER_UTIL_H
|
||||
Reference in New Issue
Block a user