emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with regex.c / regex.h dependency


From: Kim F. Storm
Subject: Problem with regex.c / regex.h dependency
Date: Tue, 09 Nov 2004 12:38:45 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

In regex.h, we test #if WIDE_CHAR_SUPPORT, but that symbol is defined
in regex.c, so modules which include regex.h gets the wrong set of
defines and prototypes (from !WIDE_CHAR_SUPPORT).

syntax.c has these lines -- but what really happens here ??

              re_wctype_t cc;
              ...
              cc = re_wctype (class_name);
              ...
              if (re_iswctype (c, XFASTINT (elt)))

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]