Changeset 606 for trunk/src/sed/lib/regcomp.c
- Timestamp:
- Nov 26, 2006, 2:58:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed/lib/regcomp.c
r599 r606 561 561 static const bitset_t utf8_sb_map = 562 562 { 563 /* Set the first 128 bits. */ 563 /* Set the first 128 bits. */ 564 #ifdef _MSC_VER 565 BITSET_WORD_MAX, BITSET_WORD_MAX, BITSET_WORD_MAX, BITSET_WORD_MAX, 0, 0, 0, 0 566 #else 564 567 [0 ... 0x80 / BITSET_WORD_BITS - 1] = BITSET_WORD_MAX 568 #endif 565 569 }; 566 570 #endif
Note:
See TracChangeset
for help on using the changeset viewer.