mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Don't include ossu.h on the wrong platforms!
Copied from Perforce Change: 19914 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
0a404a343a
commit
8bc9ac4021
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* impl.c.dumper: Simple Event Dumper
|
||||
*
|
||||
* $HopeName: MMsrc!dumper.c(trunk.3) $
|
||||
* Copyright (C) 1997 Harlequin Group, all rights reserved.
|
||||
* $HopeName: MMsrc!dumper.c(trunk.4) $
|
||||
* Copyright (C) 1997 Harlequin Group plc. All rights reserved.
|
||||
*
|
||||
* .readership: MM developers.
|
||||
*
|
||||
|
|
@ -15,7 +15,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
#include "mpstd.h"
|
||||
#ifdef MPS_OS_SU
|
||||
#include "ossu.h"
|
||||
#endif
|
||||
|
||||
typedef unsigned long Word;
|
||||
typedef struct AddrStruct *Addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue