Changeset 208
- Timestamp:
- 10/13/09 19:29:57 (2 years ago)
- Files:
-
- branches/dmd-1.x/src/parse.c (modified) (2 diffs)
- trunk/src/mars.c (modified) (1 diff)
- trunk/src/parse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dmd-1.x/src/parse.c
r202 r208 3221 3221 while (token.value != TOKcase && 3222 3222 token.value != TOKdefault && 3223 token.value != TOKeof && 3223 3224 token.value != TOKrcurly) 3224 3225 { … … 3247 3248 while (token.value != TOKcase && 3248 3249 token.value != TOKdefault && 3250 token.value != TOKeof && 3249 3251 token.value != TOKrcurly) 3250 3252 { trunk/src/mars.c
r205 r208 81 81 #endif 82 82 ; 83 version = "v2.03 6";83 version = "v2.035"; 84 84 global.structalign = 8; 85 85 trunk/src/parse.c
r202 r208 3720 3720 while (token.value != TOKcase && 3721 3721 token.value != TOKdefault && 3722 token.value != TOKeof && 3722 3723 token.value != TOKrcurly) 3723 3724 { … … 3755 3756 while (token.value != TOKcase && 3756 3757 token.value != TOKdefault && 3758 token.value != TOKeof && 3757 3759 token.value != TOKrcurly) 3758 3760 {
