Ignore:
Timestamp:
Nov 26, 2006, 2:58:42 AM (19 years ago)
Author:
bird
Message:

Made sed build using MSC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/lib/regcomp.c

    r599 r606  
    561561static const bitset_t utf8_sb_map =
    562562{
    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
    564567  [0 ... 0x80 / BITSET_WORD_BITS - 1] = BITSET_WORD_MAX
     568#endif
    565569};
    566570#endif
Note: See TracChangeset for help on using the changeset viewer.