From kde-core-devel Fri Jul 30 14:42:16 2004 From: Richard Dale Date: Fri, 30 Jul 2004 14:42:16 +0000 To: kde-core-devel Subject: Re: on the use of char Message-Id: <200407301542.16814.Richard_Dale () tipitina ! demon ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=109119842124909 On Friday 30 July 2004 15:05, Michael Matz wrote: > Hi, > > On Wed, 28 Jul 2004, George Staikos wrote: > > (really, explicitly specifying the signedness may only help half of > > the cases I've seen. don't go there...) > > Don't know what you want to say with this. "unsigned char" and "signed > char" are perfectly defined. Only "char" has the problem of platform > dependend signedness. On Friday 30 July 2004 11:53, Richard Dale wrote: > I defined a dcop slot like this: > > k_dcop: > char foobar(char c); > > And it generated this code, which doesn't compile: But: k_dcop: signed char foobar(signed char c); Works fine.. -- Richard