summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRoca, Ignasi <ignasi.roca@fujitsu.siemens.es>2000-10-20 15:17:27 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-20 20:07:29 +0000
commit20141f0ebfa7c09c3e5e502bba1c4e6e40b3072c (patch)
treefe78eaf8b20570e021acf5f2ba577370cf1be633 /proto.h
parent1048ea30476937814737f4fb47f5b4cb2620fbb6 (diff)
downloadperl-20141f0ebfa7c09c3e5e502bba1c4e6e40b3072c.tar.gz
Reëntrancy fix.
Subject: [PATCH perl@7229] Rentrant parser and yylex() Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es> p4raw-id: //depot/perl@7381
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 1b3c2806b0..eed9f70cea 100644
--- a/proto.h
+++ b/proto.h
@@ -837,6 +837,7 @@ PERL_CALLCONV int Perl_yylex(pTHX_ YYSTYPE *lvalp, int *lcharp);
#else
PERL_CALLCONV int Perl_yylex(pTHX);
#endif
+STATIC int S_syylex(pTHX);
PERL_CALLCONV int Perl_yyparse(pTHX);
PERL_CALLCONV int Perl_yywarn(pTHX_ char* s);
#if defined(MYMALLOC)