diff options
| author | Richard Kistruck | 2006-12-12 10:06:27 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2006-12-12 10:06:27 +0000 |
| commit | 3a7d7370eabc55fa0deb378ffc24128f252de4d6 (patch) | |
| tree | 1d75850a471f364225678ed6fea1a30caa57850d /mps/code | |
| parent | 7cb185f2b213dfe06a1ad70b521f1b82b425de81 (diff) | |
| download | emacs-3a7d7370eabc55fa0deb378ffc24128f252de4d6.tar.gz emacs-3a7d7370eabc55fa0deb378ffc24128f252de4d6.zip | |
Mps mpmtypes.h (comment only) messagetypegcstart matches mps_message_type_gc_start
Copied from Perforce
Change: 161205
ServerID: perforce.ravenbrook.com
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 | ||