Branch: Tag:

2002-09-13

2002-09-13 15:35:48 by Martin Stjernholm <mast@lysator.liu.se>

Added a --with-internal-profiling option to write out various low level
statistics.

Rev: src/acconfig.h:1.103
Rev: src/configure.in:1.626
Rev: src/global.h:1.73

5:   \*/      /* -  * $Id: global.h,v 1.72 2002/08/14 15:28:27 grubba Exp $ +  * $Id: global.h,v 1.73 2002/09/13 15:35:48 mast Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
294:   #define NDEBUG   #endif    + #ifdef INTERNAL_PROFILING + #define DO_IF_INTERNAL_PROFILING(X) X + #else + #define DO_IF_INTERNAL_PROFILING(X) + #endif +    #if defined(__GNUC__) && !defined(PIKE_DEBUG) && !defined(lint)   #define INLINE inline   #else