summaryrefslogtreecommitdiff
path: root/include/ruby/3/has/c_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/3/has/c_attribute.h')
-rw-r--r--include/ruby/3/has/c_attribute.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/ruby/3/has/c_attribute.h b/include/ruby/3/has/c_attribute.h
index 89186217d3..e883eb71e6 100644
--- a/include/ruby/3/has/c_attribute.h
+++ b/include/ruby/3/has/c_attribute.h
@@ -1,4 +1,6 @@
-/** \noop-*-C++-*-vi:ft=cpp
+#ifndef RUBY3_HAS_C_ATTRIBUTE_H /*-*-C++-*-vi:se ft=cpp:*/
+#define RUBY3_HAS_C_ATTRIBUTE_H
+/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
@@ -20,10 +22,7 @@
*/
/** Wraps (or simulates) `__has_c_attribute`. */
-#if defined(RUBY3_HAS_C_ATTRIBUTE)
-# /* Take that. */
-
-#elif defined(__cplusplus)
+#if defined(__cplusplus)
# /* Makes no sense. */
# define RUBY3_HAS_C_ATTRIBUTE(_) 0
@@ -35,3 +34,5 @@
# * lacks C2x attributes as well. Might change in future? */
# define RUBY3_HAS_C_ATTRIBUTE(_) 0
#endif
+
+#endif /* RUBY3_HAS_C_ATTRIBUTE_H */