Martin Kalbfuà wrote:
I have two modules "keyboard" and "display" exporting some names with export = all; This works fine.
I try to create a module importing all names of both at once. I tried:
export = all;
import aldisplay in 'display'; alkeyboard in 'keyboard';
But the imported names aren't exported. Is there a way to do this without exporting every single imported name?
GPC has an option "--propagate-units" for this purpose. (Despite the "units" it also applies to modules.) It's non-standard, though. In strict ISO Pascal you have to list every single name. Frank -- Frank Heckenbach, f.heckenbach@fh-soft.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8