misc/liblua/ldblib.c
changeset 3697 d5b30d6373fc
parent 2812 0a24853de796
child 10017 de822cd3df3a
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
   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;