/* Parse command line arguments for bison.
- Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2014 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
/** What additional features to use. */
extern int feature_flag;
-/*------------.
-| --warning. |
-`------------*/
-/* Null-terminated list. */
-extern const char * const warnings_args[];
-extern const int warnings_types[];
-
/** Process the command line arguments.
*