Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 3662:b880e45ea63b
[xemacs-hg @ 2006-11-06 19:35:43 by aidan]
Fix the Windows and non-DEBUG_XEMACS builds--thank you Vin.
author | aidan |
---|---|
date | Mon, 06 Nov 2006 19:35:45 +0000 |
parents | 98af8a976fc3 |
children | 1d313cd71cd7 |
comparison
equal
deleted
inserted
replaced
3661:8fa1f807fc4e | 3662:b880e45ea63b |
---|---|
552 { | 552 { |
553 Lisp_Object quoted_registry; | 553 Lisp_Object quoted_registry; |
554 | 554 |
555 CHECK_STRING (value); | 555 CHECK_STRING (value); |
556 quoted_registry = Fregexp_quote(value); | 556 quoted_registry = Fregexp_quote(value); |
557 if (strcmp(XSTRING_DATA(quoted_registry), | 557 if (qxestrcmp(XSTRING_DATA(quoted_registry), |
558 XSTRING_DATA(value))) | 558 XSTRING_DATA(value))) |
559 { | 559 { |
560 warn_when_safe | 560 warn_when_safe |
561 (Qregistry, Qwarning, | 561 (Qregistry, Qwarning, |
562 "Regexps no longer allowed for charset-registry. " | 562 "Regexps no longer allowed for charset-registry. " |