diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-03-26 17:58:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-03-26 17:58:11 -0300 |
commit | 064e406f67c0153999a5246deb1d616b06ee9bb0 (patch) | |
tree | f4483ab6ad6d55484829a0d8a27b8afa1768a36e /lstate.h | |
parent | 5c87f61e6b1567400d2bd8f452939bb948f16dda (diff) | |
download | lua-064e406f67c0153999a5246deb1d616b06ee9bb0.tar.gz lua-064e406f67c0153999a5246deb1d616b06ee9bb0.tar.bz2 lua-064e406f67c0153999a5246deb1d616b06ee9bb0.zip |
no more fenvs!
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.56 2010/03/24 13:07:01 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.57 2010/03/25 19:37:23 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -168,7 +168,6 @@ struct lua_State { | |||
168 | int basehookcount; | 168 | int basehookcount; |
169 | int hookcount; | 169 | int hookcount; |
170 | lua_Hook hook; | 170 | lua_Hook hook; |
171 | TValue env; /* temporary place for environments */ | ||
172 | GCObject *openupval; /* list of open upvalues in this stack */ | 171 | GCObject *openupval; /* list of open upvalues in this stack */ |
173 | GCObject *gclist; | 172 | GCObject *gclist; |
174 | struct lua_longjmp *errorJmp; /* current error recover point */ | 173 | struct lua_longjmp *errorJmp; /* current error recover point */ |