| 351 | |
| 352 | |
| 353 | static l_noret numerror (LoadState *S, const char *what, const char *tname) { |
| 354 | const char *msg = luaO_pushfstring(S->L, "%s %s mismatch", tname, what); |
| 355 | error(S, msg); |
| 356 | } |
| 357 | |
| 358 | |
| 359 | static void checknumsize (LoadState *S, int size, const char *tname) { |
no test coverage detected