| 127 | |
| 128 | |
| 129 | static void l_message (const char *pname, const char *msg) { |
| 130 | if (pname) luai_writestringerror("%s: ", pname); |
| 131 | luai_writestringerror("%s\n", msg); |
| 132 | } |
| 133 | |
| 134 | |
| 135 | static int report (lua_State *L, int status) { |
no outgoing calls
no test coverage detected