1
Fork 0
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:
Pekka Pirinen 1998-09-03 16:46:45 +01:00
parent 0a404a343a
commit 8bc9ac4021

View file

@ -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;