changeset 47292:644bd031ece8

(set_case_table): Make canon table point to eqv table.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 Sep 2002 16:45:54 +0000
parents 38a3c65c8ebb
children f6ebca93d96f
files src/casetab.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/casetab.c	Fri Sep 06 15:17:19 2002 +0000
+++ b/src/casetab.c	Fri Sep 06 16:45:54 2002 +0000
@@ -158,6 +158,9 @@
       XCHAR_TABLE (table)->extras[2] = eqv;
     }
 
+  /* This is so set_image_of_range_1 in regex.c can find the EQV table.  */
+  XCHAR_TABLE (canon)->extras[2] = eqv;
+
   if (standard)
     Vascii_downcase_table = table;
   else