diff options
Diffstat (limited to 'internal/process.h')
-rw-r--r-- | internal/process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/process.h b/internal/process.h index 5c8af817a8..b47f857bb4 100644 --- a/internal/process.h +++ b/internal/process.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_PROCESS_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_PROCESS_H +/** * @file * @author Ruby developers <[email protected]> * @copyright This file is a part of the programming language Ruby. @@ -7,8 +9,6 @@ * file COPYING are met. Consult the file for details. * @brief Internal header for Process. */ -#ifndef INTERNAL_PROCESS_H -#define INTERNAL_PROCESS_H #include "ruby/3/config.h" /* for rb_pid_t */ #include <stddef.h> /* for size_t */ |