[Chicken-users] Trouble with awk and syntax-case

2007-02-05 Thread moochee
Hello, i'm having trouble using the awk macro and syntax-case at the same time. Whenever i use an awk-macro and just load syntax-case (via require-extension) chicken complains about an unbound variable somewhere deep in the expanded code. I've attached a small code snippet to demonstrate this. I

Re: [Chicken-users] Trouble with awk and syntax-case

2007-02-05 Thread moochee
I noticed that when i require syntax-case first it works. Is this some kind of bug or do i allways have to load syntax-case before something which utilises some sort of macro transformer itself? Tim ___ Chicken-users mailing list Chicken-users@nongnu

Re: [Chicken-users] Trouble with awk and syntax-case

2007-02-05 Thread felix winkelmann
On 2/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I noticed that when i require syntax-case first it works. Is this some kind of bug or do i allways have to load syntax-case before something which utilises some sort of macro transformer itself? Hi, Tim! The problem is that extensions th