From 8a1e32e6a8c441f8358bd580c655d5ff48716fa0 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 16 Jul 2021 20:30:26 +0000 Subject: Handle -d option in prolog --- module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module.c') diff --git a/module.c b/module.c index 7d23f85..5a74c1d 100644 --- a/module.c +++ b/module.c @@ -51,7 +51,7 @@ parsemodule(char *file) print("Module name should be an atom in: %S\n", prettyprint(directive, 0, 0, 0, nil)); return nil; } - if(debug) + if(flagdebug) print("Public list for module '%S': %S\n", modulename->text, prettyprint(publiclist, 0, 0, 0, nil)); m = getmodule(modulename->text); } -- cgit v1.2.3