Branch: Tag:

2001-06-04

2001-06-04 17:43:22 by Martin Stjernholm <mast@lysator.liu.se>

Define NDEBUG to avoid assertions when compiling without --rtl-debug.

Rev: src/global.h:1.61

5:   \*/      /* -  * $Id: global.h,v 1.60 2001/03/28 10:02:41 hubbe Exp $ +  * $Id: global.h,v 1.61 2001/06/04 17:43:22 mast Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
324:   #define DO_IF_DEBUG(X) X   #else   #define DO_IF_DEBUG(X) + #define NDEBUG   #endif      #if defined(__GNUC__) && !defined(PIKE_DEBUG) && !defined(lint)