Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
[deliverable/binutils-gdb.git] / gdb / interps.h
index 74c9a80918c7ae602053d95c6ca7f112884d3bbb..dbf91f18e8327b57a5d3f35623995291f7fbe353 100644 (file)
@@ -80,10 +80,12 @@ public:
   }
 
   /* This is the name in "-i=" and "set interpreter".  */
-  const char *m_name;
+private:
+  char *m_name;
 
   /* Interpreters are stored in a linked list, this is the next
      one...  */
+public:
   struct interp *next;
 
   /* Has the init method been run?  */
This page took 0.024225 seconds and 4 git commands to generate.