comparison mc-macro.c @ 569:1fcad06b264a

gcc4 (ia32)
author kono
date Thu, 12 Jan 2006 01:54:14 +0900
parents 25f431685d80
children 0497fa2e2414
comparison
equal deleted inserted replaced
568:559eb65d1289 569:1fcad06b264a
415 415
416 static int 416 static int
417 macro_processing() 417 macro_processing()
418 { 418 {
419 int i; 419 int i;
420 int c; 420 int c=0;
421 int mode_save; 421 int mode_save;
422 int next; 422 int next;
423 423
424 ++chptr; 424 ++chptr;
425 while (*chptr==' '||*chptr=='\t') ++chptr; 425 while (*chptr==' '||*chptr=='\t') ++chptr;