Changeset 208

Show
Ignore:
Timestamp:
10/13/09 19:29:57 (2 years ago)
Author:
walter
Message:

bugzilla 1534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dmd-1.x/src/parse.c

    r202 r208  
    32213221        while (token.value != TOKcase && 
    32223222           token.value != TOKdefault && 
     3223           token.value != TOKeof && 
    32233224           token.value != TOKrcurly) 
    32243225        { 
     
    32473248        while (token.value != TOKcase && 
    32483249           token.value != TOKdefault && 
     3250           token.value != TOKeof && 
    32493251           token.value != TOKrcurly) 
    32503252        { 
  • trunk/src/mars.c

    r205 r208  
    8181#endif 
    8282    ; 
    83     version = "v2.036"; 
     83    version = "v2.035"; 
    8484    global.structalign = 8; 
    8585 
  • trunk/src/parse.c

    r202 r208  
    37203720        while (token.value != TOKcase && 
    37213721           token.value != TOKdefault && 
     3722           token.value != TOKeof && 
    37223723           token.value != TOKrcurly) 
    37233724        { 
     
    37553756        while (token.value != TOKcase && 
    37563757           token.value != TOKdefault && 
     3758           token.value != TOKeof && 
    37573759           token.value != TOKrcurly) 
    37583760        {