Index: compiler.cs
===================================================================
RCS file: /cvs/public/mcs/class/System/System.Text.RegularExpressions/compiler.cs,v
retrieving revision 1.2
diff -u -u -r1.2 compiler.cs
--- compiler.cs	28 Aug 2002 18:46:54 -0000	1.2
+++ compiler.cs	12 Nov 2002 02:56:19 -0000
@@ -70,6 +70,12 @@
 			get { return pattern[0]; }
 		}
 
+		public IDictionary Mapping {
+			get { return mapping; }
+			set { mapping = value; }
+		}
+
+		private IDictionary mapping;
 		private ushort[] pattern;
 	}
 
