diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 795dd44..735d94d 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -41,7 +41,7 @@ static const char python_excp_full[] = "full"; static const char python_excp_message[] = "message"; /* "set python print-stack" choices. */ -static const char *python_excp_enums[] = +static const char *const python_excp_enums[] = { python_excp_none, python_excp_full, |