diff options
Diffstat (limited to 'internal/serial.h')
| -rw-r--r-- | internal/serial.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/internal/serial.h b/internal/serial.h index f97a8dc9f3..df9e9a44f0 100644 --- a/internal/serial.h +++ b/internal/serial.h @@ -1,15 +1,14 @@ -#ifndef INTERNAL_SERIAL_H /* -*- C -*- */ +#ifndef INTERNAL_SERIAL_H /*-*-C-*-vi:se ft=c:*/ #define INTERNAL_SERIAL_H /** - * @file - * @brief Internal header for rb_serial_t. - * @author \@shyouhei + * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. + * @brief Internal header for rb_serial_t. */ -#include "ruby/config.h" /* for HAVE_LONG_LONG */ +#include "ruby/internal/config.h" /* for HAVE_LONG_LONG */ #include "ruby/defines.h" /* for LONG_LONG */ #ifndef HAVE_LONG_LONG |
