| 56 | |
| 57 | |
| 58 | static void l_message (const char *pname, const char *msg) { |
| 59 | if (pname) fprintf(stderr, "%s: ", pname); |
| 60 | fprintf(stderr, "%s\n", msg); |
| 61 | fflush(stderr); |
| 62 | } |
| 63 | |
| 64 | |
| 65 | static int report (lua_State *L, int status) { |
no outgoing calls
no test coverage detected