Changeset 798

Show
Ignore:
Timestamp:
09/03/07 22:22:44 (1 year ago)
Author:
Gregor
Message:

rebuild/parse.c: Fixed a hang in rebuild with unmatched braces (see ticket #129).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r792 r798  
    44        - Fixed excludes to work with a larger variety of paths (see ticket #126). 
    55        - Added a warning for targets containing no files. 
     6        - Fixed a hang in rebuild with unmatched braces (see ticket #129). 
    67 
    780.72 from 0.71: 
  • trunk/rebuild/parse.c

    r785 r798  
    32603260 
    32613261    default: 
    3262         // error("found '%s' instead of statement", token.toChars()); 
     3262        error("found '%s' instead of statement", token.toChars()); 
    32633263        goto Lerror; 
    32643264