From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22480 invoked by alias); 26 Sep 2004 22:57:28 -0000 Mailing-List: contact glibc-bugs-regex-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sources.redhat.com Received: (qmail 22460 invoked by uid 48); 26 Sep 2004 22:57:27 -0000 Date: Sun, 26 Sep 2004 22:57:00 -0000 Message-ID: <20040926225727.22459.qmail@sourceware.org> From: "kasal at ucw dot cz" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20040723105653.281.kasal@ucw.cz> References: <20040723105653.281.kasal@ucw.cz> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug regex/281] regex.c doesn't compile on hosts with signed char X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00001.txt.bz2 List-Id: ------- 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.