1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00

Suppress pointless compiler warnings

Copied from Perforce
 Change: 20113
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1998-09-17 19:03:51 +01:00
parent b4926aac06
commit efe9fd4ecf

View file

@ -1,6 +1,6 @@
/* impl.c.mpsliban: HARLEQUIN MEMORY POOL SYSTEM LIBRARY INTERFACE (ANSI)
*
* $HopeName$
* $HopeName: MMsrc!mpsliban.c(trunk.9) $
* Copyright (C) 1996, 1998 Harlequin Group plc. All rights reserved.
*
* PURPOSE
@ -35,9 +35,12 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "mpstd.h" /* .sunos.warn */
#ifdef MPS_OS_IA
struct itimerspec; /* stop complaints from time.h */
#endif
#include <time.h>
#include "mpstd.h" /* .sunos.warn */
#ifdef MPS_OS_SU
#include "ossu.h"
#endif