Prof A Olowofoyeku (The African Chief) wrote:
The program used a combination of "units" and "modules", involving "uses system" and "import gpc" respectively. So I changed the modules to units and did away with the "import gpc".
You could either `uses GPC' (this doesn't complain about duplicates, BP compatible), or `import GPC' and rename one of the offending identifiers.
Frank