| 1065 | |
| 1066 | |
| 1067 | static int rawfinishnodeset (const TValue *slot, TValue *val) { |
| 1068 | if (isabstkey(slot)) |
| 1069 | return 0; /* no slot with that key */ |
| 1070 | else { |
| 1071 | setobj(((lua_State*)NULL), cast(TValue*, slot), val); |
| 1072 | return 1; /* success */ |
| 1073 | } |
| 1074 | } |
| 1075 | |
| 1076 | |
| 1077 | int luaH_psetint (Table *t, lua_Integer key, TValue *val) { |