File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ typedef struct {
8989 void * deep ;
9090} DEEP_PRELUDE ;
9191
92- void luaG_push_proxy ( lua_State * L , luaG_IdFunction idfunc , DEEP_PRELUDE * deep_userdata );
93- void luaG_inter_copy_package ( lua_State * L , lua_State * L2 , int _idx , enum eLookupMode mode_ );
94-
9592enum eLookupMode
9693{
9794 eLM_LaneBody , // send the lane body directly from the source to the destination lane
9895 eLM_ToKeeper , // send a function from a lane to a keeper state
99- eLM_FromKeeper , // send a function from a keeper state to a lane
96+ eLM_FromKeeper // send a function from a keeper state to a lane
10097};
10198
99+ void luaG_push_proxy ( lua_State * L , luaG_IdFunction idfunc , DEEP_PRELUDE * deep_userdata );
100+ void luaG_inter_copy_package ( lua_State * L , lua_State * L2 , int _idx , enum eLookupMode mode_ );
101+
102102int luaG_inter_copy ( lua_State * L , lua_State * L2 , uint_t n , enum eLookupMode mode_ );
103103int luaG_inter_move ( lua_State * L , lua_State * L2 , uint_t n , enum eLookupMode mode_ );
104104
You can’t perform that action at this time.
0 commit comments