stem leakage of perly.h #defines #ifndef PERL_CORE
Gurusamy Sarathy [Fri, 19 Feb 1999 02:50:31 +0000 (02:50 +0000)]
p4raw-id: //depot/perl@2977

perly.h

diff --git a/perly.h b/perly.h
index 8b0bdbb..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
@@ -56,6 +57,8 @@
 #define POSTINC 312
 #define POSTDEC 313
 #define ARROW 314
+#endif /* PERL_CORE */
+
 typedef union {
     I32        ival;
     char *pval;