mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
000831
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0ccc0fad33
commit
c3262595ab
3 changed files with 16 additions and 14 deletions
1
env.h
1
env.h
|
@ -43,6 +43,7 @@ extern struct SCOPE {
|
|||
#define SCOPE_ALLOCA 0
|
||||
#define SCOPE_MALLOC 1
|
||||
#define SCOPE_NOSTACK 2
|
||||
#define SCOPE_DONT_RECYCLE 4
|
||||
|
||||
extern int ruby_in_eval;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue