On 11/24/05, Pupeno <[EMAIL PROTECTED]> wrote: > Why are define-foreign-type only visible in the current compilation unit ?
Because they are a) compiler-specific and b) define mappings between foreign type specifiers and transformation operations. I admit that this can be inconvenient at times, but I found it cleaner to keep such transformations local to a compilation unit. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
