mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-07 06:41:00 -07:00
Regenerate
Copied from Perforce Change: 20035 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
07527e0e2b
commit
536d27cc9d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
/* impl.h.eventgen -- Automatic event header
|
||||
*
|
||||
* Copyright (C) 1997 Harlequin Group, all rights reserved.
|
||||
* $HopeName$
|
||||
*
|
||||
* !!! DO NOT EDIT THIS FILE !!!
|
||||
* This file was generated by $HopeName: MMsrc!eventgen.pl(trunk.5) $
|
||||
* This file was generated by MMsrc!eventgen.pl(trunk.5) $
|
||||
*/
|
||||
|
||||
#ifdef EVENT
|
||||
|
|
@ -370,7 +369,7 @@ typedef union {
|
|||
_string_length + 1, sizeof(Word)); \
|
||||
EVENT_BEGIN(type, WS, _length); \
|
||||
Event.ws.w0 = (_w0); \
|
||||
MPS_MEMCPY(Event.ws.s, (_s2), _string_length + 1); \
|
||||
mps_lib_memcpy(Event.ws.s, (_s2), _string_length + 1); \
|
||||
EVENT_END(type, _length); \
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue