This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If both ways to call semctl are broken, skip the tests.
[perl5.git] / perly.h
diff --git a/perly.h b/perly.h
index c1f7806..926efd4 100644 (file)
--- a/perly.h
+++ b/perly.h
@@ -1,3 +1,4 @@
+#ifdef PERL_CORE
 #define WORD 257
 #define METHOD 258
 #define FUNCMETH 259
 #define POSTINC 312
 #define POSTDEC 313
 #define ARROW 314
+#endif /* PERL_CORE */
+
 typedef union {
     I32        ival;
     char *pval;
     OP *opval;
     GV *gvval;
 } YYSTYPE;
-extern YYSTYPE yylval;