Coding style question

2008-04-14 Thread Fred Kiefer
I am currently about to mode the glyph generation code into a separate class and was thinking about borrowing the header files from mySTEP. There I noticed that Nikolaus already switched over to the new 10.5 style of using NSInteger and NSUInteger instead of int and unsigned int. GNUstep

Re: Coding style question

2008-04-14 Thread Markus Hitter
Am 14.04.2008 um 11:29 schrieb Fred Kiefer: [...] the new 10.5 style of using NSInteger and NSUInteger instead of int and unsigned int. GNUstep already has these types defined in NSObjCRuntime.h and my question now is, whether we should slowly switch over to use these types in the API