summaryrefslogtreecommitdiff
path: root/include/ruby/3/arithmetic/st_data_t.h
diff options
context:
space:
mode:
-rw-r--r--include/ruby/3/arithmetic/st_data_t.h6
1 files changed, 3 insertions, 3 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,8 +20,6 @@
* extension libraries. They could be written in C++98.
* @brief Arithmetic conversion between C's `st_data_t` and Ruby's.
*/
-#ifndef RUBY3_ARITHMERIC_ST_DATA_T_H
-#define RUBY3_ARITHMERIC_ST_DATA_T_H
#include "ruby/3/arithmetic/fixnum.h"
#include "ruby/3/arithmetic/long.h"
#include "ruby/3/attr/artificial.h"