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
_______________________________________________ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users