Skip to content

Commit

Permalink
Add struct REnv to union RVALUE; ref #3534
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Apr 3, 2017
1 parent 77331d1 commit 246db71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ typedef struct {
struct RRange range;
struct RData data;
struct RProc proc;
struct REnv env;
struct RException exc;
#ifdef MRB_WORD_BOXING
struct RFloat floatv;
Expand Down

0 comments on commit 246db71

Please sign in to comment.