X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f3ead217b8636f623399e66bd937b1c51774d4af..3f4bc2c1dd36416909b6df91fc0b439b81f4bfad:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 0d43186f..f6d61c3a 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -1,6 +1,6 @@ /* 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. @@ -46,7 +46,7 @@ bool yacc_flag; /* for -y */ 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;