get rid of unused m4 files
[deliverable/binutils-gdb.git] / gdb / values.c
index aa4a4f2090a7cc4563f3786bc2e1864b56d47f5e..accb0d595801516018973cb15aea40c9da6b170d 100644 (file)
@@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "command.h"
 #include "gdbcmd.h"
 #include "target.h"
+#include "language.h"
 #include "demangle.h"
 
 /* Local function prototypes. */
@@ -484,6 +485,7 @@ set_internalvar (var, val)
 #endif
 
   newval = value_copy (val);
+  newval->modifiable = 1;
 
   /* Force the value to be fetched from the target now, to avoid problems
      later when this internalvar is referenced and the target is gone or
This page took 0.023437 seconds and 4 git commands to generate.