mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Mps: (comment only) fix typo, and clarify messagetypelimit is not a message type
Copied from Perforce Change: 161191 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
28ca29500e
commit
17c26e4657
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ typedef PoolClass AbstractSegBufPoolClass; /* <code/poolabs.c> */
|
|||
typedef PoolClass AbstractScanPoolClass; /* <code/poolabs.c> */
|
||||
typedef PoolClass AbstractCollectPoolClass; /* <code/poolabs.c> */
|
||||
typedef struct TraceStartMessageStruct
|
||||
*TraceStartMessage; /* <design/mesage-gc> */
|
||||
*TraceStartMessage; /* <design/message-gc> */
|
||||
typedef struct TraceStruct *Trace; /* <design/trace/> */
|
||||
typedef struct ScanStateStruct *ScanState; /* <design/trace/> */
|
||||
typedef struct ChainStruct *Chain; /* <design/trace/> */
|
||||
|
|
@ -424,7 +424,7 @@ enum {
|
|||
MessageTypeFINALIZATION,
|
||||
MessageTypeGC,
|
||||
MessageTypeGCSTART,
|
||||
MessageTypeLIMIT
|
||||
MessageTypeLIMIT /* not a message type, the limit of the enum. */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue