aboutsummaryrefslogtreecommitdiff
path: root/include/xregex.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25system.h [...]: Wrap C function declarations in extern "C".Rainer Orth1-0/+1
gcc: * system.h [__cplusplus]: Wrap C function declarations in extern "C". include: * xregex.h (regoff_t): Define. From-SVN: r176747
2001-08-02xregex.h (_REGEX_RE_COMP): Define.Mark Kettenis1-0/+4
* xregex.h (_REGEX_RE_COMP): Define. (re_comp): Define to xre_comp. (re_exec): Define to xre_exec. From-SVN: r44585
2001-07-10xregex.h: New file to support libiberty regex.Jeff Johnston1-0/+24
* xregex.h: New file to support libiberty regex. * xregex2.h: Ditto. From-SVN: r43913