diff options
author | Roca, Ignasi <ignasi.roca@fujitsu.siemens.es> | 2000-10-20 15:17:27 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-20 20:07:29 +0000 |
commit | 20141f0ebfa7c09c3e5e502bba1c4e6e40b3072c (patch) | |
tree | fe78eaf8b20570e021acf5f2ba577370cf1be633 /proto.h | |
parent | 1048ea30476937814737f4fb47f5b4cb2620fbb6 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |