Fix io/buffer.h
header guard.
This commit is contained in:
parent
411d0eec11
commit
1c14e406d3
Notes:
git
2022-09-26 16:10:37 +09:00
@ -1,5 +1,5 @@
|
|||||||
#ifndef RUBY_IO_BUFFER_T
|
#ifndef RUBY_IO_BUFFER_H
|
||||||
#define RUBY_IO_BUFFER_T 1
|
#define RUBY_IO_BUFFER_H
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @author Samuel Williams
|
* @author Samuel Williams
|
||||||
@ -88,4 +88,4 @@ VALUE rb_io_buffer_pwrite(VALUE self, VALUE io, size_t length, rb_off_t offset);
|
|||||||
|
|
||||||
RBIMPL_SYMBOL_EXPORT_END()
|
RBIMPL_SYMBOL_EXPORT_END()
|
||||||
|
|
||||||
#endif /* RUBY_IO_BUFFER_T */
|
#endif /* RUBY_IO_BUFFER_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user