mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_exec.h (RUBY_VM_EXEC_H): fixed include guard.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
84f142a1fb
commit
40f859bade
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef RUBY_VM_H
|
||||
#define RUBY_VM_H
|
||||
#ifndef RUBY_VM_EXEC_H
|
||||
#define RUBY_VM_EXEC_H
|
||||
|
||||
typedef long OFFSET;
|
||||
typedef unsigned long lindex_t;
|
||||
|
@ -184,4 +184,4 @@ default: \
|
|||
|
||||
#define SCREG(r) (reg_##r)
|
||||
|
||||
#endif /* RUBY_VM_H */
|
||||
#endif /* RUBY_VM_EXEC_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue