summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-12 19:21:02 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-12 19:21:02 +0000
commit5486870fe7f0fd0e99bf9619d5fd857a5b972014 (patch)
tree9f5b70fdc6e84c85d8ccf54834fcd75578ed3a17 /embed.h
parent2f9285f84584cb56950bf07de6ded6ebcdc3d302 (diff)
downloadperl-5486870fe7f0fd0e99bf9619d5fd857a5b972014.tar.gz
move PL_rsfp_filters into the parser struct
p4raw-id: //depot/perl@31200
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 1737ad3e6c..8e0ecba3c5 100644
--- a/embed.h
+++ b/embed.h
@@ -2661,7 +2661,7 @@
#define lex_end() Perl_lex_end(aTHX)
#endif
#ifdef PERL_CORE
-#define lex_start(a,b) Perl_lex_start(aTHX_ a,b)
+#define lex_start(a,b,c) Perl_lex_start(aTHX_ a,b,c)
#endif
#define op_null(a) Perl_op_null(aTHX_ a)
#if defined(PERL_CORE) || defined(PERL_EXT)