[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Checking the version
- Subject: Checking the version
- From: osiris@cs.utexas.edu
- Date: Fri, 18 Jun 1993 17:49:42 -0600
I have some code that worked with the prevoius version of MCL along with a
number of other platforms by using conditional inclusion. For mcl specific
code #+:ccl was used. However, now I want to add support for the new
version (ie using the new CLOS classes) without killing the support of the
old version. Is there a #+XXXX that will work to diferentiate between the
old and new versions? What is the right way to do this?
Thanks.