1
Fork 0
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:
Pekka Pirinen 1998-09-10 14:10:49 +01:00
parent 07527e0e2b
commit 536d27cc9d

View file

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