summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index d8531bdda4..3483881024 100644
--- a/intern.h
+++ b/intern.h
@@ -214,6 +214,7 @@ VALUE reg_match_last _((VALUE));
VALUE reg_new _((char *, int, int));
VALUE reg_match _((VALUE, VALUE));
VALUE reg_match2 _((VALUE));
+char*rb_get_kcode _((void));
void rb_set_kcode _((char *));
/* ruby.c */
void rb_load_file _((char *));