[Ecls-list] Any documentation for the C library?
Gabriel Dos Reis
gdr at integrable-solutions.net
Sat Feb 28 12:34:03 UTC 2009
On Tue, Feb 24, 2009 at 8:10 AM, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> wrote:
> On Mon, Feb 23, 2009 at 3:53 PM, Juan Jose Garcia-Ripoll
> <juanjose.garciaripoll at googlemail.com> wrote:
>> I can first provide a C macro, kind of ECL_VERSION_NUMBER, which is an
>> increasing number of the form yymmvv (81200 in the previous case) and
>> which you can use for the automatically generated code.
>> [...] I can provide the
>> same numeric version in the form of a lisp constant
>> EXT:+ECL-VERSION-NUMBER+, so that you can do something like
>> #+(or #.(< 81200 ext:+ecl-version-number+ 90102))
>> ...
>> #-(or #.(< 81200 ext:+ecl-version-number+ 90102))
>
> Done both.
Thanks. I tested it for OpenAxiom, it works.
-- Gaby
More information about the ecl-devel
mailing list