This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Actually write data into Name.pm
[perl5.git] / madly.c
diff --git a/madly.c b/madly.c
index e77fcc2..11e2e37 100644 (file)
--- 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