Changeset 606 for trunk/src/sed/lib/regexec.c
- Timestamp:
- Nov 26, 2006, 2:58:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed/lib/regexec.c
r599 r606 2899 2899 } 2900 2900 2901 #ifdef __GNUC__ /* silly buggers. */ 2901 2902 str_idx = path->next_idx ?: top_str; 2903 #else 2904 str_idx = path->next_idx ? path->next_idx : top_str; 2905 #endif 2902 2906 2903 2907 /* Temporary modify MCTX. */
Note:
See TracChangeset
for help on using the changeset viewer.