]> granicus.if.org Git - re2c/commit
libre2c_posix: regex_t definition must be exposed to users.
authorUlya Trofimovich <skvadrik@gmail.com>
Sun, 27 Jan 2019 17:45:37 +0000 (17:45 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sun, 27 Jan 2019 17:50:37 +0000 (17:50 +0000)
commit25bef6f5060e55c47c3369cd1d6610328486f66e
treeeaf8be75fcc76354bc221ad1551877633b62f809
parent4fa1bed013f0227254a40aabe0ea0ded2351ff2b
libre2c_posix: regex_t definition must be exposed to users.

POSIX standard says that:

    The regex_t structure is defined in <regex.h> and contains at
    least the following member: re_nsub (number of parenthesized
    subexpressions).
re2c/Makefile.libre2c_posix.am
re2c/libre2c_posix/regcomp.cc
re2c/libre2c_posix/regex-impl.h [deleted file]
re2c/libre2c_posix/regex.h
re2c/libre2c_posix/regexec.cc
re2c/libre2c_posix/regfree.cc
re2c/libre2c_posix/test.cpp