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