This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Remove per-thread section; move to real scns
[perl5.git] / regnodes.h
index 2719b82..98de0bb 100644 (file)
@@ -4,6 +4,8 @@
    Any changes made here will be lost!
  */
 
+#if defined(PERL_CORE) || defined(PERL_EXT_RE_BUILD)
+
 /* Regops and State definitions */
 
 #define REGNODE_MAX            109
@@ -1767,4 +1769,6 @@ EXTCONST U32 PL_EXACTFish_bitmask = 0x33F8;
 EXTCONST U32 PL_EXACT_REQ8_bitmask = 0x1E00;
 #endif /* DOINIT */
 
+#endif /* defined(PERL_CORE) || defined(PERL_EXT_RE_BUILD) */
+
 /* ex: set ro: */