Hi,
Currently I have all of my types declared inside #ifdef ... #endif
pairs. However, it would be nice if I could use the m4 macros to manage
memory and splay trees (and possibly others too). What is the best way
to do this? Create my own versions of the necessary files? Or remove
the restriction that everything belonging to me be inside an #ifdef ...
#endif pair, as long as VM functionality does not change?
Cheers,
Chris
|