Re: [perl #41010] (?(COND)) in pattern matching not working properly
[p5sagit/p5-mst-13.2.git] / madly.c
CommitLineData
e174121b 1/* madly.c
2 *
356f4fed 3 * Copyright (c) 2004, 2005, 2006 Larry Wall and others
e174121b 4 *
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.
7 *
8 * Note that this file was originally generated as an output from
9 * GNU bison version 1.875, but now the code is statically maintained
356f4fed 10 * and edited; the bits that are dependent on perly.y/madly.y are now
11 * #included from the files perly.tab/madly.tab and perly.act/madly.act.
e174121b 12 *
13 * Here is an important copyright statement from the original, generated
14 * file:
15 *
16 * As a special exception, when this file is copied by Bison into a
17 * Bison output file, you may use that output file without
18 * restriction. This special exception was added by the Free
19 * Software Foundation in version 1.24 of Bison.
bc463c31 20 *
21 * Note that this file is essentially empty, and just #includes perly.c,
22 * to allow compilation of a second parser, Perl_madparse, that is
23 * identical to Perl_yyparse, but which includes the parser tables from
24 * madly.{tab,act} rather than perly.{tab,act}. This is controlled by
25 * the PERL_IN_MADLY_C define.
e174121b 26 */
27
bc463c31 28#define PERL_IN_MADLY_C
e174121b 29
bc463c31 30#include "perly.c"
356f4fed 31
32/*
33 * Local variables:
34 * c-indentation-style: bsd
35 * c-basic-offset: 4
36 * indent-tabs-mode: t
37 * End:
38 *
39 * ex: set ts=8 sts=4 sw=4 noet:
40 */