summaryrefslogtreecommitdiff
path: root/include/ruby/3/arithmetic/pid_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/3/arithmetic/pid_t.h')
-rw-r--r--include/ruby/3/arithmetic/pid_t.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/ruby/3/arithmetic/pid_t.h b/include/ruby/3/arithmetic/pid_t.h
index bca0248d2a..e63d9e3049 100644
--- a/include/ruby/3/arithmetic/pid_t.h
+++ b/include/ruby/3/arithmetic/pid_t.h
@@ -1,4 +1,6 @@
-/** \noop-*-C++-*-vi:ft=cpp
+#ifndef RUBY3_ARITHMETIC_PID_T_H /*-*-C++-*-vi:se ft=cpp:*/
+#define RUBY3_ARITHMETIC_PID_T_H
+/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
@@ -28,3 +30,5 @@
#ifndef NUM2PIDT
# define NUM2PIDT RB_NUM2LONG
#endif
+
+#endif /* RUBY3_ARITHMETIC_PID_T_H */