/* Parse command line arguments for Bison.
- Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
bool nondeterministic_parser = false;
bool glr_parser = false;
-int feature_flag = feature_none;
+int feature_flag = feature_caret;
int report_flag = report_none;
int trace_flag = trace_none;