** Add elements in 'list' to list of pending jumps to "here" ** (current position) */
| 257 | ** (current position) |
| 258 | */ |
| 259 | void luaK_patchtohere (FuncState *fs, int list) { |
| 260 | luaK_getlabel(fs); /* mark "here" as a jump target */ |
| 261 | luaK_concat(fs, &fs->jpc, list); |
| 262 | } |
| 263 | |
| 264 | |
| 265 | /* |