Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2004 14:22:26 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: signed char bug in regexp library
Message-ID:  <20040217142225.GA83796@walton.maths.tcd.ie>
In-Reply-To: <Pine.LNX.4.58.0402162039280.18066@artax.karlin.mff.cuni.cz>
References:  <Pine.LNX.4.58.0402162039280.18066@artax.karlin.mff.cuni.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 16, 2004 at 08:50:39PM +0100, Mikulas Patocka wrote:
> When i compile library with -funsigned-char, it works fine. But it isn't
> compiled with that flag in FreeBSD.

The signedness of chars is left as a choice for the compiler - on the
platform you are working on they must have decided to use signed chars.

	David.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040217142225.GA83796>