chicken-users
[Top][All Lists]
Advanced

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

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


From: Mathieu
Subject: [Chicken-users] The (chicken time) time macro gets in my way
Date: Sun, 12 May 2019 20:52:47 +0000

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.

Thanks in advance,
Mathieu


reply via email to

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