This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
devtools.pl: Re-prompt if user typed wrong
[perl5.git] / globals.c
index df0f9d0..8d6f2b1 100644 (file)
--- a/globals.c
+++ b/globals.c
 
 #include "perlapi.h"           /* bring in PL_force_link_funcs */
 
+/* regcomp.h * isn't #included in perl.h, as its only included within a
+ * few specific files such as regcomp.c, regexec.c.  So include it
+ * explicitly to process any data declarations within it.
+ */
+#include "regcomp.h"
+
+
 /*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- *
- * ex: set ts=8 sts=4 sw=4 noet:
+ * ex: set ts=8 sts=4 sw=4 et:
  */