1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

Mps mpmtypes.h (comment only) messagetypegcstart matches mps_message_type_gc_start

Copied from Perforce
 Change: 161205
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2006-12-12 10:06:27 +00:00
parent 7cb185f2b2
commit 3a7d7370ea

View file

@ -427,7 +427,7 @@ enum {
enum {
MessageTypeFINALIZATION, /* MPS_MESSAGE_TYPE_FINALIZATION */
MessageTypeGC, /* MPS_MESSAGE_TYPE_GC */
MessageTypeGCSTART,
MessageTypeGCSTART, /* MPS_MESSAGE_TYPE_GC_START */
MessageTypeLIMIT /* not a message type, the limit of the enum. */
};