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:
parent
b4926aac06
commit
efe9fd4ecf
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue