diff options
Diffstat (limited to 'transcode_data.h')
| -rw-r--r-- | transcode_data.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transcode_data.h b/transcode_data.h index 9455ec93c9..2007eb06d3 100644 --- a/transcode_data.h +++ b/transcode_data.h @@ -1,5 +1,3 @@ -#ifndef RUBY_TRANSCODE_DATA_H -#define RUBY_TRANSCODE_DATA_H 1 /********************************************************************** transcode_data.h - @@ -13,6 +11,9 @@ #include "ruby/ruby.h" +#ifndef RUBY_TRANSCODE_DATA_H +#define RUBY_TRANSCODE_DATA_H 1 + RUBY_SYMBOL_EXPORT_BEGIN #define WORDINDEX_SHIFT_BITS 2 |
