summaryrefslogtreecommitdiffhomepage
path: root/src/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile.h b/src/compile.h
index ca3e255c8..7afa82e76 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -87,7 +87,6 @@ void mrb_parser_parse(struct mrb_parser_state*);
struct mrb_parser_state* mrb_parse_file(mrb_state*,FILE*);
struct mrb_parser_state* mrb_parse_string(mrb_state*,const char*);
struct mrb_parser_state* mrb_parse_nstring(mrb_state*,const char*,size_t);
-struct mrb_parser_state* mrb_parse_nstring_ext(mrb_state*,const char*,size_t);
int mrb_generate_code(mrb_state*, mrb_ast_node*);
int mrb_compile_file(mrb_state*,FILE*);