diff options
-rw-r--r-- | include/ruby/3/special_consts.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. @@ -22,8 +24,6 @@ * SIGPPL Workshop on Programming and Programming Languages * (PPL2008), pp. 9-16, 2008. */ -#ifndef RUBY3_SPECIAL_CONSTS_H -#define RUBY3_SPECIAL_CONSTS_H #include "ruby/3/attr/artificial.h" #include "ruby/3/attr/const.h" #include "ruby/3/attr/constexpr.h" @@ -164,7 +164,6 @@ RB_FLONUM_P(VALUE obj) #endif } - RUBY3_ATTR_CONST() RUBY3_ATTR_CONSTEXPR(CXX11) RUBY3_ATTR_ARTIFICIAL() |