Branch: Tag:

2003-02-11

2003-02-11 19:25:59 by Martin Stjernholm <mast@lysator.liu.se>

Some fixes to be able to use in configure tests.

Rev: src/global.h:1.80
Rev: src/port.c:1.59
Rev: src/time_stuff.h:1.13

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: global.h,v 1.79 2003/02/08 02:31:57 mast Exp $ + || $Id: global.h,v 1.80 2003/02/11 19:25:59 mast Exp $   */      #ifndef GLOBAL_H
272:    int shift;   } PCHARP;    + #ifndef CONFIGURE_TEST   #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)   #define RCSID(X) \    static char *rcsid __attribute__ ((unused)) =X
283:   #define RCSID(X) \    static char *rcsid = X   #endif + #else + #define RCSID(X) + #endif      #ifdef PIKE_DEBUG   #define DO_IF_DEBUG(X) X