Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!jab
From: jab@uokvax.UUCP
Newsgroups: net.lang.c
Subject: Re: Re: '#if sizeof(char *) < sizeof(int - (nf)
Message-ID: <5641@uiucdcs.UUCP>
Date: Tue, 14-Feb-84 23:25:42 EST
Article-I.D.: uiucdcs.5641
Posted: Tue Feb 14 23:25:42 1984
Date-Received: Fri, 17-Feb-84 04:09:50 EST
Lines: 15

#R:hocda:-35700:uokvax:3000017:000:226
uokvax!jab    Feb 12 20:00:00 1984

One hack I've seen proposed (many years ago, in the V6 days) was to
be able to write

	#if '\0377' < 0
		code for sign extended chars
	#else
		code for non-sign extended chars
	#endif

This is similar in spirit.

	Jeff Bowles