gdb/
[deliverable/binutils-gdb.git] / gdb / python / python.c
index 795dd4425d261355b9d8f60e79cb33aa48025e15..735d94dbdbec2c792104bfc302168ead27e26026 100644 (file)
@@ -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,
This page took 0.026921 seconds and 4 git commands to generate.