Commit 29120f44 by Hans-Peter Nilsson

cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'.

* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
parameter `option'.
Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog.

From-SVN: r37494
parent dc378b08
2000-11-15 Hans-Peter Nilsson <hp@bitrange.com>
* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
parameter `option'.
2000-11-15 Kenneth Block <kenneth.block@compaq.com> 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
* cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
...@@ -5,7 +10,7 @@ ...@@ -5,7 +10,7 @@
2000-11-15 Kenneth Block <kenneth.block@compaq.com> 2000-11-15 Kenneth Block <kenneth.block@compaq.com>
* cplus_dem.c: Add gnat demangler. Add java to demangle style * cplus-dem.c: Add gnat demangler. Add java to demangle style
list. list.
2000-11-04 Hans-Peter Nilsson <hp@bitrange.com> 2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
...@@ -3640,7 +3645,7 @@ Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com) ...@@ -3640,7 +3645,7 @@ Thu Feb 11 22:20:47 1993 Fred Fish (fnf@cygnus.com)
* cplus-dem.c (string_prepends): Used now, remove #if 0. * cplus-dem.c (string_prepends): Used now, remove #if 0.
* cplus-dem.c (demangle_signature): Call demangle_qualified * cplus-dem.c (demangle_signature): Call demangle_qualified
with prepending. with prepending.
* cplus_dem.c (gnu_special): Recognize static data members that * cplus-dem.c (gnu_special): Recognize static data members that
use qualified names. use qualified names.
* cplus-dem.c (demangle_qualified): Accumulate qualifiers in a * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a
temporary buffer and the prepend or append them to the result, temporary buffer and the prepend or append them to the result,
......
...@@ -953,7 +953,7 @@ grow_vect (old_vect, size, min_size, element_size) ...@@ -953,7 +953,7 @@ grow_vect (old_vect, size, min_size, element_size)
static char * static char *
ada_demangle (mangled, option) ada_demangle (mangled, option)
const char* mangled; const char* mangled;
int option; int option ATTRIBUTE_UNUSED;
{ {
int i, j; int i, j;
int len0; int len0;
......
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