chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] The (chicken time) time macro gets in my way


From: Mathieu
Subject: Re: [Chicken-users] The (chicken time) time macro gets in my way
Date: Sun, 12 May 2019 22:23:37 +0000

Hi Mario,

Thanks for helping.

Actually the minimal sample is just that :

    source.scm :
    (define-record time a b c)

Then running this produces the warning :

    $ csc5 source.scm
    Warning: (source.scm:1) - assignment to syntax `time'

It looks like csi5 is cool with that statement though.
Could the chicken.time module be included
by default by the compiler?

Using the chicken5-5.0.0 package on FreeBSD.

Thanks again,
Mathieu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]