|
From: Petr M. <mi...@ph...> - 2005-03-01 16:44:46
|
> I thus object to throwing out the #ifdef's. But I offer yet another option:
>
> (4) add an --enable switch for the new features, and change those
> particular #ifdef's from #if PM3D to #if WANT_THESE_ROUTINES,
> and enable that define if either PM3D or the new toggle is enabled.
I don't like adding new --enable unless it is really really necessary for
some testing. Either the feature is approved, or not. (People don't care
about --enable too much, and editing config/{config.xxx, makefile.xxx} is
ugly.)
---
PM
|