1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00

Change.dylan.kinglet.160274: incorrect value for basic_wrapper_size in fmtdy.h

Copied from Perforce
 Change: 20907
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Tony Mann 1999-09-10 11:33:37 +01:00
parent 4c96a56dec
commit 1fbbb6c874

View file

@ -1,6 +1,6 @@
/* impl.h.fmtdy: DYLAN OBJECT FORMAT
*
* $HopeName: MMsrc!fmtdy.h(trunk.4) $
* $HopeName: MMsrc!fmtdy.h(trunk.5) $
* Copyright (C) 1997 Harlequin Group, all rights reserved
*/
@ -36,7 +36,7 @@ extern int dylan_wrapper_check(mps_word_t *w);
#define WS 5
#define WP 6
#define BASIC_WRAPPER_SIZE WS
#define BASIC_WRAPPER_SIZE (WS + 1)
#define ALIGN sizeof(mps_word_t)