7 Mar
2005
7 Mar
'05
01:39
Hi, In 4.0b12, I get a seg fault when I try to compile this bit of code: ====== bar.scm ========== (define-macro (bar) (include "foo.scm") `(pp ,(foo "foobar"))) (bar) ===================== ====== foo.scm ========== (define (foo x) x) ===================== $ gsc bar.scm Segmentation fault Regards, Ben
7769
Âge (en jours)
7775
Dernière activité (en jours)
1 commentaires
2 participants
participants (2)
-
dev null -
Marc Feeley