diff options
Diffstat (limited to 'internal/error.h')
-rw-r--r-- | internal/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/error.h b/internal/error.h index 5fee468929..7e41f134d7 100644 --- a/internal/error.h +++ b/internal/error.h @@ -169,6 +169,9 @@ VALUE rb_syserr_new_path_in(const char *func_name, int n, VALUE path); #endif RUBY_SYMBOL_EXPORT_END +/* vm.c */ +void rb_free_warning(void); + static inline void rb_raise_cstr_i(VALUE etype, VALUE mesg) { |