diff options
-rw-r--r-- | include/ruby/3/intern/sprintf.h | 6 |
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 Our own private printf(3). */ -#ifndef RUBY3_INTERN_SPRINTF_H -#define RUBY3_INTERN_SPRINTF_H #include "ruby/3/attr/format.h" #include "ruby/3/dllexport.h" #include "ruby/3/value.h" |