This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve -Dr output of bracketed char classes
[perl5.git] / ext / re / re_comp.h
CommitLineData
54df2634
NC
1/* For blead, this file needs to do nothing other than pull in the regular
2 regcomp.h. For the 5.8.x re module it has to do more.
3 But doing it this way keeps regcomp.c and regexec.c clean.
4*/
5
6#include "regcomp.h"
7