Add definition for GROUP-MODIFIED? accessor since that is needed to do
authorChris Hanson <org/chris-hanson/cph>
Mon, 23 Aug 1993 22:28:40 +0000 (22:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 23 Aug 1993 22:28:40 +0000 (22:28 +0000)
auto-save from microcode.

v7/src/microcode/edwin.h

index 9874e6685afbba99f5a28d95d0906cb0e5134855..895d41acf5ce609c74d6b3836af32906c34989eb 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: edwin.h,v 1.6 1993/06/24 07:08:23 gjr Exp $
+$Id: edwin.h,v 1.7 1993/08/23 22:28:40 cph Exp $
 
-Copyright (c) 1987-91 Massachusetts Institute of Technology
+Copyright (c) 1987-93 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -49,6 +49,7 @@ MIT in each case. */
 
 #define GROUP_START_MARK(group) (VECTOR_REF ((group), 6))
 #define GROUP_END_MARK(group) (VECTOR_REF ((group), 7))
+#define GROUP_MODIFIED_P(group) (VECTOR_REF ((group), 16))
 
 #define MARK_GROUP(mark) (VECTOR_REF ((mark), 1))
 #define MARK_INDEX(mark) (UNSIGNED_FIXNUM_TO_LONG (VECTOR_REF ((mark), 2)))