** Add elements in 'list' to list of pending jumps to "here" ** (current position) */
| 248 | ** (current position) |
| 249 | */ |
| 250 | void luaK_patchtohere (FuncState *fs, int list) { |
| 251 | luaK_getlabel(fs); /* mark "here" as a jump target */ |
| 252 | luaK_concat(fs, &fs->jpc, list); |
| 253 | } |
| 254 | |
| 255 | |
| 256 | /* |