Hi David,
The idea here is that we're having FM stat
module - by default - turned off for stable
branches (like 1.0, and a future stable 1.1),
but we leave it on for the dev branch (trunk).
IOW, I didn't intend to sync this either way.
Brgds,
Viktor
On 2008.09.17., at 9:53, David Arturo Macias Corona wrote:
Viktor:
doc\whatsnew.txt said:
-------------------------------
Version 1.0.1 (2008-09-10)
[...]
- Memory statistics module now turned off by default for optimal
performance. It can be turned on by setting HB_FM_STATISTICS
macro.
-------------------------------
but to build trunk (1.1.x) is necessary (at least OS/2):
set C_USR=-DHB_FM_STATISTICS_OFF
Comparing both include\hbsetup.h, with other differences, we have:
1.0.1
-----
/* #define HB_FM_STATISTICS */
trunk
-----
* By default this is turned on. Define HB_FM_STATISTICS_OFF to turn
it off.
*/
#if defined( HB_FM_STATISTICS_OFF )
#undef HB_FM_STATISTICS
#elif !defined( HB_FM_STATISTICS )
#define HB_FM_STATISTICS
#endif
It is pending to merge or it will go back to old setting in 1.1.x ?
David Macias
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour