executor/converter: Make nlua_pop_Object not recursive

This commit is contained in:
ZyX
2016-07-16 00:34:24 +03:00
parent 9297d941e2
commit 425d348f0f
4 changed files with 248 additions and 102 deletions

View File

@@ -76,10 +76,10 @@ typedef struct {
} Dictionary;
typedef enum {
kObjectTypeNil = 0,
kObjectTypeBuffer,
kObjectTypeWindow,
kObjectTypeTabpage,
kObjectTypeNil,
kObjectTypeBoolean,
kObjectTypeInteger,
kObjectTypeFloat,