* cplus_dem.c: Fix typo: intializes -> initializes.
From-SVN: r63182
This commit is contained in:
parent
63a3cd3ec3
commit
e182f0a397
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
|
||||||
|
|
||||||
|
* cplus_dem.c: Fix typo: intializes -> initializes.
|
||||||
|
|
||||||
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
|
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
|
||||||
|
@ -1064,7 +1064,7 @@ ada_demangle (mangled, option)
|
|||||||
/* This function performs most of what cplus_demangle use to do, but
|
/* This function performs most of what cplus_demangle use to do, but
|
||||||
to be able to demangle a name with a B, K or n code, we need to
|
to be able to demangle a name with a B, K or n code, we need to
|
||||||
have a longer term memory of what types have been seen. The original
|
have a longer term memory of what types have been seen. The original
|
||||||
now intializes and cleans up the squangle code info, while internal
|
now initializes and cleans up the squangle code info, while internal
|
||||||
calls go directly to this routine to avoid resetting that info. */
|
calls go directly to this routine to avoid resetting that info. */
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
|
Loading…
Reference in New Issue
Block a user