Re: bug when combining include-library-declarations with cond-expand
"felix.winkelmann--- via Chicken-users" <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Hi, again! I think this version (1.0.12) is better now. There were numerous issues with the old code and my previous fix didn't help. Note that for obscure technical reasons the "export" must come before the definition, so you should move it in front of the include form, otherwise you'll get an error. This is not properly R7RS compliant but you have to live with that in the moment. cheers, felix