errors.c
4.24 KB
-
regexec: prefix all regexec function calls with p_ · 02683b20
Prefix all the calls to the the regexec family of functions with `p_`. This allows us to swap out all the regular expression functions with our own implementation. Move the declarations to `posix_regex.h` for simpler inclusion.
Edward Thomson committed