>>>> "SJT" == Stephen J Turnbull
<turnbull(a)sk.tsukuba.ac.jp> writes:
SJT> in regex.c is not platform-dependent, but others could be (eg, if I
SJT> understand the symptoms correctly, the GCC distributed in Debian
SJT> unstable changed from signed to unsigned size_t since last September).
I don't believe you.
I believe that on any platform where XEmacs is buildable, size_t and
unsigned long are identical.
Standard says:
size_t
which is the unsigned integer type of the result of the
sizeof operator; and
SJT> There have also been a couple of "XEmacs 21.2.4x spins its wheels
SJT> uselessly" on xemacs-beta-ja (most recently a few minutes ago).
SJT> So I don't think it is related to GTK, and I want to see how many of
SJT> these go away after Ben's unsigned->signed changes get checked in.
Will Ben's changes include replacing all uses of sizeof?