X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9278c7d174c1be5d7482343c5e433f428657ed0..d9fa1b7c4f2379ec16e9bd6b51bc49157066e4db:/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;