From cbd2f7482c8bf457cc17da763859dbba6e03e2a2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 19 Jan 2014 11:48:48 +0000 Subject: py: Add module/function/class name to exceptions. Exceptions know source file, line and block name. Also tidy up some debug printing functions and provide a global flag to enable/disable them. --- unix-cpy/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/main.c b/unix-cpy/main.c index 1f54b6f47..0da1fca29 100644 --- a/unix-cpy/main.c +++ b/unix-cpy/main.c @@ -44,7 +44,7 @@ void do_file(const char *file) { if (pn != MP_PARSE_NODE_NULL) { //printf("----------------\n"); - //parse_node_show(pn, 0); + //mp_parse_node_print(pn, 0); //printf("----------------\n"); // compile -- cgit v1.2.3