summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 207c601c34..52a8de05a7 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1391,6 +1391,8 @@ int st_strncasecmp(const char *s1, const char *s2, size_t n);
unsigned long ruby_strtoul(const char *str, char **endptr, int base);
#define STRTOUL(str, endptr, base) (ruby_strtoul(str, endptr, base))
+#define InitVM(ext) {void InitVM_##ext(void);(void)InitVM_##ext;}
+
#if defined(__cplusplus)
#if 0
{ /* satisfy cc-mode */