mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Make the new event functions conditional on event
Copied from Perforce Change: 19452 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
127606c5f5
commit
dbaeb4eee9
1 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* impl.h.event -- Event Logging Interface
|
||||
*
|
||||
* Copyright (C) 1997 Harlequin Group, all rights reserved.
|
||||
* $HopeName: MMsrc!event.h(trunk.7) $
|
||||
* Copyright (C) 1997. Harlequin Group plc. All rights reserved.
|
||||
* $HopeName: MMsrc!event.h(trunk.8) $
|
||||
*
|
||||
* READERSHIP
|
||||
*
|
||||
|
|
@ -92,8 +92,11 @@ extern Word EventKindControl;
|
|||
|
||||
#else /* EVENT not */
|
||||
|
||||
#define EventInit() NOOP
|
||||
#define EventFinish() NOOP
|
||||
#define EventInit() NOOP
|
||||
#define EventFinish() NOOP
|
||||
#define EventControl(r, f) (UNUSED(r), UNUSED(f), (Word)0)
|
||||
#define EventInternString(l) (UNUSED(l), (Word)0)
|
||||
#define EventLabelAddr(a, i) BEGIN UNUSED(a); UNUSED(i); END
|
||||
|
||||
#endif /* EVENT */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue