Skip to content

Commit

Permalink
* vm_exec.h (RUBY_VM_EXEC_H): fixed include guard.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Nov 19, 2008
1 parent 84f142a commit 40f859b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vm_exec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -184,4 +184,4 @@ default: \

#define SCREG(r) (reg_##r)

#endif /* RUBY_VM_H */
#endif /* RUBY_VM_EXEC_H */

0 comments on commit 40f859b

Please sign in to comment.