diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/mpmtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h index 6f5dc1b4924..f7da1f58d7c 100644 --- a/mps/code/mpmtypes.h +++ b/mps/code/mpmtypes.h | |||
| @@ -427,7 +427,7 @@ enum { | |||
| 427 | enum { | 427 | enum { |
| 428 | MessageTypeFINALIZATION, /* MPS_MESSAGE_TYPE_FINALIZATION */ | 428 | MessageTypeFINALIZATION, /* MPS_MESSAGE_TYPE_FINALIZATION */ |
| 429 | MessageTypeGC, /* MPS_MESSAGE_TYPE_GC */ | 429 | MessageTypeGC, /* MPS_MESSAGE_TYPE_GC */ |
| 430 | MessageTypeGCSTART, | 430 | MessageTypeGCSTART, /* MPS_MESSAGE_TYPE_GC_START */ |
| 431 | MessageTypeLIMIT /* not a message type, the limit of the enum. */ | 431 | MessageTypeLIMIT /* not a message type, the limit of the enum. */ |
| 432 | }; | 432 | }; |
| 433 | 433 | ||