summaryrefslogtreecommitdiff
path: root/perly_c.diff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-08-31 20:58:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-08-31 20:58:38 +0000
commite4bba5a0d263c2bf843fac4791fb8094b176cd2d (patch)
treea2ca08c77d2b63d1777d0b228ff53362895c1624 /perly_c.diff
parent68557093b0ba121e3abb7bee8b59d0af84a7afd5 (diff)
downloadperl-e4bba5a0d263c2bf843fac4791fb8094b176cd2d.tar.gz
remove deprecated PERL_OBJECT cruft, it has long since stopped
working in 5.7.x p4raw-id: //depot/perl@11803
Diffstat (limited to 'perly_c.diff')
-rw-r--r--perly_c.diff8
1 files changed, 2 insertions, 6 deletions
diff --git a/perly_c.diff b/perly_c.diff
index 8d584193de..aab3a86abc 100644
--- a/perly_c.diff
+++ b/perly_c.diff
@@ -389,7 +389,7 @@
YYFINAL, yychar, yys);
}
#endif
-@@ -2513,20 +2495,54 @@
+@@ -2513,20 +2495,50 @@
yystate = yydgoto[yym];
#if YYDEBUG
if (yydebug)
@@ -430,12 +430,8 @@
+ return retval;
+}
+
-+#ifdef PERL_OBJECT
-+#include "XSUB.h"
-+#endif
-+
+static void
-+yydestruct(pTHXo_ void *ptr)
++yydestruct(pTHX_ void *ptr)
+{
+ struct ysv* ysave = (struct ysv*)ptr;
+ if (ysave->yyss) Safefree(ysave->yyss);