Commit e70b4d8f by Jason Merrill Committed by Jason Merrill

* cplus-dem.c (demangle_nested_args): Return a value.

From-SVN: r21070
parent 46c04501
Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
* cplus-dem.c (demangle_nested_args): Return a value.
* tree.h (TYPE_P): New macro.
Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
......
......@@ -3393,6 +3393,8 @@ demangle_nested_args (work, mangled, declp)
string_delete (work->previous_argument);
work->previous_argument = saved_previous_argument;
work->nrepeats = saved_nrepeats;
return result;
}
static void
......
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