[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/main.c between version 1.74 and 1.75

version 1.74, 2006/03/24 08:03:44 version 1.75, 2008/08/16 12:19:49
Line 408 
Line 408 
                                 }                                  }
                         }                          }
                 } else if (t == EOF) {                  } else if (t == EOF) {
                         if (sp > -1) {                          if (sp > -1 && ilevel <= 0) {
                                 warnx( "unexpected end of input, unclosed parenthesis:");                                  warnx( "unexpected end of input, unclosed parenthesis:");
                                 dump_stack(paren, PARLEV);                                  dump_stack(paren, PARLEV);
                                 exit(1);                                  exit(1);

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75