Subject: Re: Bad macros, locales (Was: Re: libedit 8bit clean)
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: current-users
Date: 03/06/1997 17:03:24
> Perhaps we should go to unsigned char; if you want signed char, you
> can ask for it, and a lot of things work better if plain char is
> nonnegative.

I am inclined to say we shouldn't (go to unsigned chars, that is); code
that cares should already be asking for whichever flavor it wants, and
code that doesn't care should not be forced to use a potentially less
efficient one just for the sake of keeping broken code from being
recognized as broken. :-)

What are some of that "lot of things"?

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B