* symfile.c (deduce_language_from_filename): Treat .c++ as a

C++ extension.

	* valops.c (destructor_name_p):  Do not compare the template
	part for template classes.
This commit is contained in:
Peter Schauer 1994-11-19 11:22:30 +00:00
parent ae4471f628
commit 8fb1d1893e
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
Sat Nov 19 03:10:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/i386/i386sol2.mh: Reenable core file support.
* symfile.c (deduce_language_from_filename): Treat .c++ as a
C++ extension.
* valops.c (destructor_name_p): Do not compare the template
part for template classes.
Fri Nov 18 14:55:59 1994 Stan Shebs (shebs@andros.cygnus.com)
* defs.h, infcmd.c (reg_names): Don't declare as constant.