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/regexec.c

    r599 r606  
    28992899    }
    29002900
     2901#ifdef __GNUC__ /* silly buggers. */
    29012902  str_idx = path->next_idx ?: top_str;
     2903#else
     2904  str_idx = path->next_idx ? path->next_idx : top_str;
     2905#endif
    29022906
    29032907  /* Temporary modify MCTX.  */
Note: See TracChangeset for help on using the changeset viewer.