1*850e2753Smillert /* For blead, this file needs to do nothing other than pull in the regular 2*850e2753Smillert regcomp.h. For the 5.8.x re module it has to do more. 3*850e2753Smillert But doing it this way keeps regcomp.c and regexec.c clean. 4*850e2753Smillert */ 5*850e2753Smillert 6*850e2753Smillert #include "regcomp.h" 7*850e2753Smillert 8