Branch: Tag:

2000-08-16

2000-08-16 17:46:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed a few warnings.

Rev: src/global.h:1.50

5:   \*/      /* -  * $Id: global.h,v 1.49 2000/08/11 14:58:25 grubba Exp $ +  * $Id: global.h,v 1.50 2000/08/16 17:46:22 grubba Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
140:   #endif      #ifdef HAVE_MALLOC_H + #ifndef __FreeBSD__ + /* FreeBSD has <malloc.h>, but it just contains a warning... */   #include <malloc.h> -  + #endif /* !__FreeBSD__ */   #undef HAVE_MALLOC_H   #endif