signed char bug in regexp library

David Malone dwmalone at maths.tcd.ie
Tue Feb 17 06:22:28 PST 2004


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.


More information about the freebsd-hackers mailing list