diff options
author | Fred Fish <fnf@specifix.com> | 1992-03-15 01:09:14 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-03-15 01:09:14 +0000 |
commit | 318bf84ffe5bc5472cefe0c1a838f132f9ac4ff9 (patch) | |
tree | 928f9df1d55c71c1bf0d2238a942e8fe5cd9dfc9 /gdb/cplus-dem.c | |
parent | 0750528ab6401a40f6673eeb29b58dea7a6e92b9 (diff) | |
download | gdb-318bf84ffe5bc5472cefe0c1a838f132f9ac4ff9.zip gdb-318bf84ffe5bc5472cefe0c1a838f132f9ac4ff9.tar.gz gdb-318bf84ffe5bc5472cefe0c1a838f132f9ac4ff9.tar.bz2 |
Globs of changes. See the ChangeLog for details. Most related to
using the new mmalloc package.
Diffstat (limited to 'gdb/cplus-dem.c')
-rw-r--r-- | gdb/cplus-dem.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/cplus-dem.c b/gdb/cplus-dem.c index ed40e37..afe9ee7 100644 --- a/gdb/cplus-dem.c +++ b/gdb/cplus-dem.c @@ -78,18 +78,6 @@ extern char *cplus_demangle (const char *type, int mode); extern char *cplus_demangle (); #endif -#ifdef __STDC__ -/* GDB prototypes these as void* in defs.h, so we better too, at least - as long as we're including defs.h. */ -/* FIXME extern void *xmalloc (int); - extern void *xrealloc (char *, int); */ -extern void free (void *); -#else -extern char *xmalloc (); -extern char *xrealloc (); -extern void free (); -#endif - static char **typevec = 0; static int ntypes = 0; static int typevec_size = 0; |