diff src/mule.c @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 538048ae2ab8
children 3d6bfa290dbd
line wrap: on
line diff
--- a/src/mule.c	Mon Aug 13 09:47:55 2007 +0200
+++ b/src/mule.c	Mon Aug 13 09:49:09 2007 +0200
@@ -50,8 +50,8 @@
     {
       temp =XCONS (pattern)->car;
       CHECK_VECTOR (temp);
-      CHECK_STRING (XVECTOR (temp)->contents[0]);
-      s = XSTRING (XVECTOR (temp)->contents[0]);
+      CHECK_STRING (XVECTOR_DATA (temp)[0]);
+      s = XSTRING (XVECTOR_DATA (temp)[0]);
       if (!wordbuf[i])
 	wordbuf[i] = (struct re_pattern_buffer *)
 	  xmalloc (sizeof (struct re_pattern_buffer));