Commit d9fd5aae by John David Anglin Committed by John David Anglin

* cplus-dem.c (main): Cast enum style to int.

From-SVN: r40242
parent d53d7f6e
2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* cplus-dem.c (main): Cast enum style to int.
2001-02-16 Loren J. Rittle <ljrittle@acm.org>
* cplus-dem.c (main): Initialize style.
......
......@@ -5148,7 +5148,7 @@ main (argc, argv)
skip_first = i;
mbuffer[i] = 0;
flags |= style;
flags |= (int) style;
result = cplus_demangle (mbuffer + skip_first, flags);
if (result)
{
......
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