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: Mario Domenech Goulart
Subject: Re: [Chicken-users] The (chicken time) time macro gets in my way
Date: Sun, 12 May 2019 23:18:48 +0200

Hi Mathieu,

On Sun, 12 May 2019 20:52:47 +0000 Mathieu <address@hidden> wrote:

> Hello Schemers,
>
> When I compile the following code :
>
> (define-record time hour minute)
>
> And compile in version 5 like so :
>
> csc5 source.scm
>
> I get the following warning :
>
> assigment to syntax `time'
>
> A clean build would make be happy.
> I think the clash is caused by the time
> macro from the (chicken time) module.
>
> Any idea how to suppress said warning ?
> I would rather not disable warnings
> for the whole unit.

Do you actually import chicken.time in your code?  If you don't, you
should not get that warning.

Can you provide a complete minimal test case that can be used to
reproduce the problem?

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

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