mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
Bring design.mps.message up to date and move it from old to current.
Copied from Perforce Change: 192625 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
2e7a76cc5c
commit
84e59c626e
5 changed files with 136 additions and 139 deletions
|
|
@ -176,7 +176,7 @@ typedef struct MessageClassStruct {
|
|||
/* generic methods */
|
||||
MessageDeleteMethod delete; /* terminates a message */
|
||||
|
||||
/* methods specific to MessageTypeFinalization */
|
||||
/* methods specific to MessageTypeFINALIZATION */
|
||||
MessageFinalizationRefMethod finalizationRef;
|
||||
|
||||
/* methods specific to MessageTypeGC */
|
||||
|
|
@ -184,7 +184,7 @@ typedef struct MessageClassStruct {
|
|||
MessageGCCondemnedSizeMethod gcCondemnedSize;
|
||||
MessageGCNotCondemnedSizeMethod gcNotCondemnedSize;
|
||||
|
||||
/* methods specific to MessageTypeGCStart */
|
||||
/* methods specific to MessageTypeGCSTART */
|
||||
MessageGCStartWhyMethod gcStartWhy;
|
||||
|
||||
Sig endSig; /* <design/message/#class.sig.double> */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue