diff options
Diffstat (limited to 'module.c')
-rw-r--r-- | module.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |