diff options
-rw-r--r-- | include/ruby/3/intern/thread.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,6 @@ -/** \noop-*-C++-*-vi:ft=cpp * @file * @author Ruby developers <[email protected]> * @copyright This file is a part of the programming language Ruby. @@ -18,10 +20,7 @@ * extension libraries. They could be written in C++98. * @brief Public APIs related to ::rb_cThread. */ -#ifndef RUBY3_INTERN_THREAD_H -#define RUBY3_INTERN_THREAD_H #include "ruby/3/config.h" - #include "ruby/3/cast.h" #include "ruby/3/dllexport.h" #include "ruby/3/value.h" |