misc/liblua/ldblib.c
changeset 10017 de822cd3df3a
parent 3697 d5b30d6373fc
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
   313     lua_settop(L, 0);  /* remove eventual returns */
   313     lua_settop(L, 0);  /* remove eventual returns */
   314   }
   314   }
   315 }
   315 }
   316 
   316 
   317 
   317 
   318 #define LEVELS1	12	/* size of the first part of the stack */
   318 #define LEVELS1 12  /* size of the first part of the stack */
   319 #define LEVELS2	10	/* size of the second part of the stack */
   319 #define LEVELS2 10  /* size of the second part of the stack */
   320 
   320 
   321 static int db_errorfb (lua_State *L) {
   321 static int db_errorfb (lua_State *L) {
   322   int level;
   322   int level;
   323   int firstpart = 1;  /* still before eventual `...' */
   323   int firstpart = 1;  /* still before eventual `...' */
   324   int arg;
   324   int arg;