Code review improvement suggestion from Coleen:
Make print() be print_on(outputStream*st) rather than tty for future logging.
print() function is usually defined as void print() { print_on(tty); }
This affects both the new PackageEntry and ModuleEntry data structures.
Make print() be print_on(outputStream*st) rather than tty for future logging.
print() function is usually defined as void print() { print_on(tty); }
This affects both the new PackageEntry and ModuleEntry data structures.