Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!carroll From: carroll@m.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: IsUnsigned() function? Message-ID: <4700059@m.cs.uiuc.edu> Date: 5 Aug 90 21:19:00 GMT References: <214155@<1990Jul16> Lines: 9 Nf-ID: #R:<1990Jul16:214155:m.cs.uiuc.edu:4700059:000:436 Nf-From: m.cs.uiuc.edu!carroll Aug 5 16:19:00 1990 /* Written 12:07 pm Aug 2, 1990 by henry@zoo.toronto.edu in m.cs.uiuc.edu:comp.lang.c */ In article <4700058@m.cs.uiuc.edu> carroll@m.cs.uiuc.edu writes: >The problem was that "signed" was a valid type modifier, but "unsigned" wasn't. >If chars were (by default) unsigned, they could be made signed... Um, excuse me? /* End of text from m.cs.uiuc.edu:comp.lang.c */ Woops. Change "signed" <-> "unsigned". Got to get some more sleep.