Commit 4031ed65 by Loren J. Rittle Committed by Bryce McKinlay

cplus-dem.c (main): Initialize style.

2001-02-16  Loren J. Rittle  <ljrittle@acm.org>

	* cplus-dem.c (main): Initialize style.

From-SVN: r39782
parent e8186ecf
2001-02-16 Loren J. Rittle <ljrittle@acm.org>
* cplus-dem.c (main): Initialize style.
2001-02-02 Phil Edwards <pme@sources.redhat.com>
* COPYING.LIB: Update to LGPL 2.1 from the FSF.
......
......@@ -5050,7 +5050,7 @@ main (argc, argv)
char *result;
int c;
const char *valid_symbols;
enum demangling_styles style;
enum demangling_styles style = auto_demangling;
program_name = argv[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment