diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-12-02 18:38:35 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-12-02 18:38:35 +0000 |
commit | 356f4fed401eafbfdf22c48739e099c45552b6e1 (patch) | |
tree | fc379b6e23783bd0ddb5359bc4bcab1a0868920a /perly.c | |
parent | 91de150c553e264178070aa0dcef035c37a19eb2 (diff) | |
download | perl-356f4fed401eafbfdf22c48739e099c45552b6e1.tar.gz |
synchronise perly.c and madly.c
p4raw-id: //depot/perl@29438
Diffstat (limited to 'perly.c')
-rw-r--r-- | perly.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,8 +7,8 @@ * * Note that this file was originally generated as an output from * GNU bison version 1.875, but now the code is statically maintained - * and edited; the bits that are dependent on perly.y are now #included - * from the files perly.tab and perly.act. + * and edited; the bits that are dependent on perly.y/madly.y are now + * #included from the files perly.tab/madly.tab and perly.act/madly.act. * * Here is an important copyright statement from the original, generated * file: @@ -35,7 +35,7 @@ typedef signed char yysigned_char; # define YYDEBUG 0 #endif -/* contains all the parser state tables; auto-generated from perly.y */ +/* contains all the parser state tables; auto-generated from perly.y/madly.y */ #include "perly.tab" # define YYSIZE_T size_t @@ -93,7 +93,7 @@ do { \ do { \ if (yydebug) { \ YYFPRINTF (Perl_debug_log, "%s ", Title); \ - yysymprint (Perl_debug_log, Token, Value); \ + yysymprint (aTHX_ Perl_debug_log, Token, Value); \ YYFPRINTF (Perl_debug_log, "\n"); \ } \ } while (0) @@ -103,7 +103,7 @@ do { \ `--------------------------------*/ static void -yysymprint(PerlIO * const yyoutput, int yytype, const YYSTYPE * const yyvaluep) +yysymprint(pTHX_ PerlIO * const yyoutput, int yytype, const YYSTYPE * const yyvaluep) { if (yytype < YYNTOKENS) { YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); @@ -507,7 +507,7 @@ Perl_yyparse (pTHX) YY_REDUCE_PRINT (yyn); switch (yyn) { -/* contains all the rule actions; auto-generated from perly.y */ +/* contains all the rule actions; auto-generated from perly.y or madly.y */ #define dep() deprecate("\"do\" to call subroutines") #include "perly.act" |