equal
deleted
inserted
replaced
136 treatstackoption(L, L1, "activelines"); |
136 treatstackoption(L, L1, "activelines"); |
137 if (strchr(options, 'f')) |
137 if (strchr(options, 'f')) |
138 treatstackoption(L, L1, "func"); |
138 treatstackoption(L, L1, "func"); |
139 return 1; /* return table */ |
139 return 1; /* return table */ |
140 } |
140 } |
141 |
141 |
142 |
142 |
143 static int db_getlocal (lua_State *L) { |
143 static int db_getlocal (lua_State *L) { |
144 int arg; |
144 int arg; |
145 lua_State *L1 = getthread(L, &arg); |
145 lua_State *L1 = getthread(L, &arg); |
146 lua_Debug ar; |
146 lua_Debug ar; |