summaryrefslogtreecommitdiff
path: root/include/ruby/3/scan_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/3/scan_args.h')
-rw-r--r--include/ruby/3/scan_args.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/3/scan_args.h b/include/ruby/3/scan_args.h
index 9bc32fb1b1..bc4faddd56 100644
--- a/include/ruby/3/scan_args.h
+++ b/include/ruby/3/scan_args.h
@@ -1,4 +1,6 @@
-/** \noop-*-C++-*-vi:ft=cpp
+#ifndef RUBY3_SCAN_ARGS_H /*-*-C++-*-vi:se ft=cpp:*/
+#define RUBY3_SCAN_ARGS_H
+/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
@@ -21,8 +23,6 @@
* This is a beast. It statically analyses the argument spec string, and
* expands the assignment of variables into dedicated codes.
*/
-#ifndef RUBY3_SCAN_ARGS_H
-#define RUBY3_SCAN_ARGS_H
#include "ruby/3/attr/diagnose_if.h"
#include "ruby/3/attr/error.h"
#include "ruby/3/attr/forceinline.h"