This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/281] regex.c doesn't compile on hosts with signed char


------- Additional Comments From kasal at ucw dot cz  2004-09-26 22:57 -------
The code you have in glibc now works, because almost all instances of
``RE_TRANSLATE_TYPE'' have been replaced by ``unsigned RE_TRANSLATE_TYPE''.

I think this solution is ugly; of course it would have been better if
RE_TRANSLATE_TYPE were defined as ``unsigned char *'' at the beginning.

My patch cleans that ugliness.

I upload a new version of the patch which dosn't touch regex.c and thus is not
visible for user programs.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=281

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]