summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-19 02:50:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-19 02:50:31 +0000
commitd8118cadc52d40e092e6844d95847fefa280a0db (patch)
tree6f488c3ba094a38d5cc10a898f6322d38630867a /perly.h
parent1aff0e911b5282f0638dc0d8199ffa4edf98f89c (diff)
downloadperl-d8118cadc52d40e092e6844d95847fefa280a0db.tar.gz
stem leakage of perly.h #defines #ifndef PERL_CORE
p4raw-id: //depot/perl@2977
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perly.h b/perly.h
index 8b0bdbb62b..926efd4dfd 100644
--- 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;