diff options
-rw-r--r-- | vm_insnhelper.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,3 +1,5 @@ /********************************************************************** insnhelper.h - helper macros to implement each instructions @@ -9,9 +11,6 @@ **********************************************************************/ -#ifndef RUBY_INSNHELPER_H -#define RUBY_INSNHELPER_H - RUBY_SYMBOL_EXPORT_BEGIN RUBY_EXTERN VALUE ruby_vm_const_missing_count; |