/* Output the generated parsing program for Bison.
- Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2010 Free
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2011 Free
Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
{
char *default_reductions =
muscle_percent_define_get ("lr.default-reductions");
- if (0 != strcmp (default_reductions, "all") && !s->consistent)
+ if (0 != strcmp (default_reductions, "most") && !s->consistent)
nodefault = true;
free (default_reductions);
}