[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MzScheme version number issues
It would be nice if two simple things would happen:
a) VERSION symbol in schvers.h be renamed (or copied to) to
MZSCHEME_VERSION; we are building our extensions with
Autoconf/Automake (hey, someone needs production quality MzScheme
interface to expat? Or a MIME parser ripped out of imapd?) and it
too defines -DVERSION="..."; I understand that probably Autoconf is
guilty of namespace pollution too, but still.
b) there need to be two additional numerical #define's (or are they
already here?): MZSCHEME_VERSION_(MAJOR|MINOR). This way I could
cope with `Scheme_Custodian_Reference' vs `Scheme_Manager_Reference'
(thank you, Paul!).
Comments?
Thank you,
--alexm