aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Kistruck2006-12-12 10:06:27 +0000
committerRichard Kistruck2006-12-12 10:06:27 +0000
commit3a7d7370eabc55fa0deb378ffc24128f252de4d6 (patch)
tree1d75850a471f364225678ed6fea1a30caa57850d /mps/code
parent7cb185f2b213dfe06a1ad70b521f1b82b425de81 (diff)
downloademacs-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.h2
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 {
427enum { 427enum {
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