mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2005-01-13 Andrew Cagney <cagney@gnu.org>
* exceptions.h (struct exception): Make message const. * mi/mi-main.c (mi_execute_command): Pass result.message directly to fputstr_unfiltered.
This commit is contained in:
@@ -59,7 +59,7 @@ struct exception
|
||||
{
|
||||
enum return_reason reason;
|
||||
enum errors error;
|
||||
char *message;
|
||||
const char *message;
|
||||
};
|
||||
|
||||
/* A pre-defined non-exception. */
|
||||
|
||||
Reference in New Issue
Block a user