Endless loop in guile 1.6.1 if using macros

2003-01-18 Thread Christian Neukirchen
Hello, The following program will make guile 1.6.1 enter an endless loop while garbage collecting. Put this into `module.scm': ; (define-module (module) :use-syntax (ice-9 syncase)) (export f) (define-syntax ds

Re: Endless loop in guile 1.6.1 if using macros

2003-01-18 Thread Mikael Djurfeldt
Christian Neukirchen [EMAIL PROTECTED] writes: Therefore I think, all macros used by exported guile functions have to get exported too. That is correct. Finally, that won't be necessary, but currently it is. This has to do with the fact that the original implementation of syntax-case macros