From 35676c7e54fe379e24e49ff7d62f3fca1c8a11bd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 17 Dec 2000 18:47:57 +0000 Subject: [PATCH] Uncheckedin generated files. p4raw-id: //depot/perl@8150 --- global.sym | 1 + perlapi.c | 7 +++++++ pod/perlapi.pod | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/global.sym b/global.sym index 96e748c..2f6f65b 100644 --- a/global.sym +++ b/global.sym @@ -316,6 +316,7 @@ Perl_pmflag Perl_pop_scope Perl_push_scope Perl_regdump +Perl_regclass_swash Perl_pregexec Perl_pregfree Perl_pregcomp diff --git a/perlapi.c b/perlapi.c index 0e5f9a5..bb32970 100644 --- a/perlapi.c +++ b/perlapi.c @@ -2319,6 +2319,13 @@ Perl_regdump(pTHXo_ regexp* r) ((CPerlObj*)pPerl)->Perl_regdump(r); } +#undef Perl_regclass_swash +SV* +Perl_regclass_swash(pTHXo_ struct regnode *n, bool doinit, SV **initsvp) +{ + return ((CPerlObj*)pPerl)->Perl_regclass_swash(n, doinit, initsvp); +} + #undef Perl_pregexec I32 Perl_pregexec(pTHXo_ regexp* prog, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, U32 nosave) diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 4b03c70..642efe9 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -298,7 +298,7 @@ L. SV* cv_const_sv(CV* cv) =for hackers -Found in file opmini.c +Found in file op.c =item dMARK @@ -1179,7 +1179,7 @@ eligible for inlining at compile-time. CV* newCONSTSUB(HV* stash, char* name, SV* sv) =for hackers -Found in file opmini.c +Found in file op.c =item newHV @@ -1325,7 +1325,7 @@ Found in file sv.c Used by C to hook up XSUBs as Perl subs. =for hackers -Found in file opmini.c +Found in file op.c =item newXSproto -- 2.7.4