diff options
-rw-r--r-- | insnhelper.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ **********************************************************************/ -#ifndef _INSNHELPER_H_INCLUDED_ -#define _INSNHELPER_H_INCLUDED_ #include "ruby/ruby.h" #include "ruby/node.h" @@ -145,4 +145,4 @@ CALL_METHOD(num, 0, 0, id, rb_method_node(klass, id), recv, CLASS_OF(recv)); \ } while (0) -#endif /* _INSNHELPER_H_INCLUDED_ */ |