mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add include guard
This commit is contained in:
parent
69aa927a40
commit
943f3e5fd4
Notes:
git
2019-12-11 11:25:20 +09:00
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef BUILTIN_H_INCLUDED
|
||||
#define BUILTIN_H_INCLUDED
|
||||
|
||||
// invoke
|
||||
|
||||
struct rb_builtin_function {
|
||||
|
@ -66,3 +69,5 @@ struct builtin_binary {
|
|||
const unsigned char *bin; // binary by ISeq#to_binary
|
||||
size_t bin_size;
|
||||
};
|
||||
|
||||
#endif // BUILTIN_H_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue