On Jul 26, 2009, at 3:59 PM, Michael Maul wrote:
Is there a way to define a module composed of multiple source files?
Depends on what you mean.
Assuming the sources are local to the compile directory:
(module foo (...)
(include "foo1")
....
(include "fooN")
) ;module foo
will work.
I've tried using a load in side the file where the module is defined
but that dosen't seem to work?
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
Best Wishes,
Kon
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users