summaryrefslogtreecommitdiff
path: root/madly.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-12-04 15:38:05 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-12-04 15:38:05 +0000
commitf05e27e5b9aa3dce0aa1ab50210632677c656114 (patch)
tree554397057b8d306c00f664ed300016a919329dac /madly.c
parent7c345082f1bbc2e6f58c779f0c39f9299c1b2306 (diff)
downloadperl-f05e27e5b9aa3dce0aa1ab50210632677c656114.tar.gz
merge perly.y and madlu.y
p4raw-id: //depot/perl@29455
Diffstat (limited to 'madly.c')
-rw-r--r--madly.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/madly.c b/madly.c
index e77fcc25b5..11e2e376de 100644
--- a/madly.c
+++ b/madly.c
@@ -5,24 +5,10 @@
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * 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/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:
- *
- * As a special exception, when this file is copied by Bison into a
- * Bison output file, you may use that output file without
- * restriction. This special exception was added by the Free
- * Software Foundation in version 1.24 of Bison.
- *
* Note that this file is essentially empty, and just #includes perly.c,
* to allow compilation of a second parser, Perl_madparse, that is
- * identical to Perl_yyparse, but which includes the parser tables from
- * madly.{tab,act} rather than perly.{tab,act}. This is controlled by
- * the PERL_IN_MADLY_C define.
+ * identical to Perl_yyparse, but which includes extra code for dumping
+ * the parse tree. This is controlled by the PERL_IN_MADLY_C define.
*/
#define PERL_IN_MADLY_C