3 * Copyright (c) 2004, 2005, 2006 Larry Wall and others
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
8 * Note that this file is essentially empty, and just #includes perly.c,
9 * to allow compilation of a second parser, Perl_madparse, that is
10 * identical to Perl_yyparse, but which includes extra code for dumping
11 * the parse tree. This is controlled by the PERL_IN_MADLY_C define.
14 #define PERL_IN_MADLY_C
20 * c-indentation-style: bsd
25 * ex: set ts=8 sts=4 sw=4 noet: