** Change line information associated with current position. */
| 1182 | ** Change line information associated with current position. |
| 1183 | */ |
| 1184 | void luaK_fixline (FuncState *fs, int line) { |
| 1185 | fs->f->lineinfo[fs->pc - 1] = line; |
| 1186 | } |
| 1187 | |
| 1188 | |
| 1189 | /* |
no outgoing calls
no test coverage detected