diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-28 16:02:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-28 16:02:47 +0000 |
commit | dba4d15314674d8e2372d6f7a985345787581cbb (patch) | |
tree | 234455629f7743610048270294f4bc627f10234e /embed.pl | |
parent | 47deb5e7d69449fbaa65f4bd4f42d66014743a75 (diff) | |
download | perl-dba4d15314674d8e2372d6f7a985345787581cbb.tar.gz |
The reëntrant version shouldn't be needed unless USE_PURE_BISON.
p4raw-id: //depot/perl@7465
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2089,12 +2089,12 @@ Ap |void |vwarner |U32 err|const char* pat|va_list* args p |void |watch |char** addr Ap |I32 |whichsig |char* sig p |int |yyerror |char* s -#if defined(USE_PURE_BISON) +#ifdef USE_PURE_BISON +p |int |yylex_r |YYSTYPE *lvalp|int *lcharp p |int |yylex |YYSTYPE *lvalp|int *lcharp #else p |int |yylex #endif -sp |int |syylex p |int |yyparse p |int |yywarn |char* s #if defined(MYMALLOC) |