/* -*-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
#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)))