mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Tidied for gcc-3.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15476 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
77fbafc557
commit
d64578fc3e
50 changed files with 2888 additions and 1775 deletions
|
@ -588,8 +588,8 @@ handle_printf_atsign (FILE *stream,
|
|||
{
|
||||
if (length > 0)
|
||||
{
|
||||
int i;
|
||||
BOOL isAscii = YES;
|
||||
unsigned int i;
|
||||
BOOL isAscii = YES;
|
||||
|
||||
if (chars == 0)
|
||||
{
|
||||
|
@ -1562,9 +1562,9 @@ handle_printf_atsign (FILE *stream,
|
|||
options: (unsigned int)mask
|
||||
range: (NSRange)aRange
|
||||
{
|
||||
int i;
|
||||
int start;
|
||||
int stop;
|
||||
unsigned int i;
|
||||
unsigned int start;
|
||||
unsigned int stop;
|
||||
int step;
|
||||
NSRange range;
|
||||
unichar (*cImp)(id, SEL, unsigned int);
|
||||
|
@ -3511,7 +3511,7 @@ handle_printf_atsign (FILE *stream,
|
|||
|
||||
if (len > 0)
|
||||
{
|
||||
int count = 0;
|
||||
unsigned int count = 0;
|
||||
unichar (*caiImp)(NSString*, SEL, unsigned int);
|
||||
|
||||
caiImp = (unichar (*)())[self methodForSelector: caiSel];
|
||||
|
@ -4955,9 +4955,9 @@ static id parsePlItem(pldata* pld)
|
|||
if (pld->pos < pld->end && pld->ptr[pld->pos] == '*')
|
||||
{
|
||||
const unichar *ptr;
|
||||
unsigned min;
|
||||
unsigned len = 0;
|
||||
int i;
|
||||
unsigned min;
|
||||
unsigned len = 0;
|
||||
unsigned i;
|
||||
|
||||
pld->pos++;
|
||||
min = pld->pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue