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:
parent
4c96a56dec
commit
1fbbb6c874
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue